mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Fix some issues in themeing. Add red themes.
This commit is contained in:
@@ -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">
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user