Color update
This commit is contained in:
parent
ec16ba2a43
commit
67ce7a3987
|
|
@ -12,7 +12,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/general_settings_title"
|
||||
android:textColor="#000000"
|
||||
android:textColor="@color/secondary_text_color"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
|
|
@ -37,11 +37,6 @@
|
|||
android:inputType="text"
|
||||
android:textSize="16sp"/>
|
||||
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="10dp"
|
||||
android:background="#000000" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/titleApiUrl"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -74,10 +69,6 @@
|
|||
android:inputType="text"
|
||||
android:textSize="16sp"/>
|
||||
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="10dp"
|
||||
android:background="#000000" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/useTelegram"
|
||||
|
|
@ -117,11 +108,6 @@
|
|||
android:inputType="text"
|
||||
android:textSize="16sp"/>
|
||||
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="10dp"
|
||||
android:background="#000000" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/titleTimeBetweenQueries"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -174,7 +160,6 @@
|
|||
android:textSize="16sp"/>
|
||||
|
||||
|
||||
|
||||
<Button
|
||||
android:id="@+id/buttonSaveSettings"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
|||
Loading…
Reference in New Issue