M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions

View File

@ -0,0 +1,46 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<TextView android:id="@+id/current_setting"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginTop="30dp"
android:layout_marginBottom="50dp"
android:paddingLeft="8dp"
android:paddingTop="4dp"
android:textSize="20sp"
android:textColor="#ffffffff"
/>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal"
>
<Button android:id="@+id/fix"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/fix"
/>
<Button android:id="@+id/unfix"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/unfix"
/>
</LinearLayout>
<Button android:id="@+id/test"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/test"
/>
</LinearLayout>