Manual day night switch button for settings activity.

This commit is contained in:
Anton Chekulaev
2020-08-26 23:12:01 +10:00
parent 88efb2c08c
commit d930dcd9fa
4 changed files with 35 additions and 33 deletions

View File

@@ -111,17 +111,6 @@
android:layout_marginTop="@dimen/large_spacing"
android:background="?android:dividerHorizontal" />
<TextView
android:id="@+id/themeSwitchButton"
android:layout_width="match_parent"
android:layout_height="@dimen/setting_button_height"
android:background="@color/accent"
android:textColor="@color/text"
android:textSize="@dimen/medium_font_size"
android:textStyle="bold"
android:gravity="center"
android:text="Switch Theme" />
<View
android:layout_width="match_parent"
android:layout_height="1px"