Начал делать дни синхронизации
This commit is contained in:
@ -225,34 +225,45 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/Show_advanced_settings"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/llShowAdvancedSettings"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/URL_path_to_the_server"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
</LinearLayout>
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/edtURL"
|
||||
android:hint="@string/URL_path_to_the_server"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="textUri" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/edtSyncDays"
|
||||
android:hint="@string/Days_of_synchronization"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="numberDecimal" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@ -263,9 +274,9 @@
|
||||
android:id="@+id/btnDeleteAllData"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:minWidth="190dp"
|
||||
android:minHeight="40dp"
|
||||
android:layout_margin="2dp"
|
||||
android:text="@string/Delete_all_data" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@ -336,4 +336,6 @@
|
||||
<string name="Commercial_product_diluted">Ticarət məhsulu seyreltilirmi?</string>
|
||||
<string name="Working_fluid_dilution_ratio">İşçi mayenin seyreltmə nisbəti</string>
|
||||
<string name="Show_advanced_settings">Qabaqcıl parametrləri göstərin</string>
|
||||
|
||||
|
||||
</resources>
|
||||
|
||||
@ -446,6 +446,7 @@
|
||||
<string name="Human_Health_and_Environment_HH_Env_Monitoring_Form">Мониторинг здоровья человека и окружающей среды</string>
|
||||
<string name="URL_path_to_the_server">URL путь к серверу</string>
|
||||
<string name="Do_you_really_want_to_delete_all_data_from_the_app">Вы действительно хотите удалить все данные из приложения?</string>
|
||||
<string name="Days_of_synchronization">Дней синхронизации</string>
|
||||
|
||||
|
||||
</resources>
|
||||
|
||||
@ -447,7 +447,7 @@
|
||||
<string name="URL_path_to_the_server">URL path to the server</string>
|
||||
|
||||
<string name="Do_you_really_want_to_delete_all_data_from_the_app">Do you really want to delete all data from the app?</string>
|
||||
|
||||
<string name="Days_of_synchronization">Days of synchronization</string>
|
||||
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user