Почти доделал форму здоровья

This commit is contained in:
2024-06-17 07:25:05 +05:00
parent 28c529fe7a
commit 2c29159b51
26 changed files with 7035 additions and 4597 deletions

View File

@ -201,6 +201,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/Identify_country_region" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -219,6 +220,30 @@
</LinearLayout>
<CheckBox
android:id="@+id/cbShowAdvancedSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/Show_advanced_settings" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="0.05"
android:orientation="horizontal">
<Button
android:id="@+id/btnDeleteAllData"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:minWidth="190dp"
android:minHeight="40dp"
android:layout_margin="2dp"
android:text="@string/Delete_all_data" />
</LinearLayout>
</LinearLayout>
</ScrollView>