Fix some issues in themeing. Add red themes.

This commit is contained in:
Alex Ning
2020-04-04 23:00:11 +08:00
parent 354298a6ed
commit b54909dd15
8 changed files with 248 additions and 11 deletions

View File

@@ -32,7 +32,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="180dp"
android:paddingTop="16dp"
android:paddingStart="16dp"
android:paddingEnd="16dp">

View File

@@ -51,6 +51,7 @@
android:elevation="4dp" />
<LinearLayout
android:id="@+id/toolbar_linear_layout_view_user_detail_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"

View File

@@ -630,6 +630,9 @@
<string name="theme_name_white">White</string>
<string name="theme_name_white_dark">White Dark</string>
<string name="theme_name_white_amoled">White Amoled</string>
<string name="theme_name_red">Red</string>
<string name="theme_name_red_dark">Red Dark</string>
<string name="theme_name_red_amoled">Red Amoled</string>
<string name="create_light_theme">Create a Light Theme\nBase on Indigo Theme</string>
<string name="create_dark_theme">Create a Dark Theme\nBase on Indigo Dark Theme</string>
<string name="create_amoled_theme">Create an Amoled Theme\nBase on Indigo Amoled Theme</string>