android: Change theme colors and modify icons
This commit is contained in:
parent
11682a7be9
commit
6abed35dbe
BIN
src/android/app/src/main/res/drawable-night/no_icon.png
Normal file
BIN
src/android/app/src/main/res/drawable-night/no_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 929 B After Width: | Height: | Size: 8.4 KiB |
@ -57,7 +57,8 @@
|
||||
app:layout_constraintStart_toStartOf="@+id/text_game_title"
|
||||
app:layout_constraintTop_toBottomOf="@+id/text_game_title"
|
||||
app:layout_constraintVertical_bias="0.842"
|
||||
tools:text="Nintendo" />
|
||||
tools:text="Nintendo"
|
||||
android:textColor="@color/header_subtext" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text_filename"
|
||||
@ -71,7 +72,8 @@
|
||||
app:layout_constraintStart_toStartOf="@+id/text_game_title"
|
||||
app:layout_constraintTop_toBottomOf="@+id/text_game_title"
|
||||
app:layout_constraintVertical_bias="0.0"
|
||||
tools:text="Pilotwings_Resort.cxi" />
|
||||
tools:text="Pilotwings_Resort.cxi"
|
||||
android:textColor="@color/header_subtext" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginStart="@dimen/spacing_large"
|
||||
android:layout_marginEnd="@dimen/spacing_large"
|
||||
android:textColor="@color/header_text"
|
||||
android:textSize="16sp"
|
||||
tools:text="Setting Name" />
|
||||
|
||||
@ -36,6 +37,7 @@
|
||||
android:layout_marginTop="@dimen/spacing_small"
|
||||
android:layout_marginEnd="@dimen/spacing_large"
|
||||
android:visibility="visible"
|
||||
tools:text="@string/app_disclaimer" />
|
||||
tools:text="@string/app_disclaimer"
|
||||
android:textColor="@color/header_subtext" />
|
||||
|
||||
</RelativeLayout>
|
@ -19,6 +19,7 @@
|
||||
android:layout_marginStart="@dimen/spacing_large"
|
||||
android:layout_marginTop="@dimen/spacing_large"
|
||||
android:layout_toStartOf="@+id/checkbox"
|
||||
android:textColor="@color/header_text"
|
||||
android:textSize="16sp"
|
||||
tools:text="@string/frame_limit_enable"/>
|
||||
|
||||
@ -35,6 +36,7 @@
|
||||
android:layout_marginTop="@dimen/spacing_small"
|
||||
android:layout_toStartOf="@+id/checkbox"
|
||||
android:textAlignment="textStart"
|
||||
android:textColor="@color/header_subtext"
|
||||
tools:text="@string/frame_limit_enable_description" />
|
||||
|
||||
<CheckBox
|
||||
|
@ -1,11 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="citra_orange">#fec303</color>
|
||||
<color name="citra_orange">#272727</color>
|
||||
<color name="citra_orange_dark">#121212</color>
|
||||
<color name="citra_accent">#FEC303</color>
|
||||
|
||||
<color name="card_view_background">#121212</color>
|
||||
<color name="card_view_disabled">#303030</color>
|
||||
<color name="card_view_disabled">#3D3D3D</color>
|
||||
|
||||
<color name="gamelist_divider">#404040</color>
|
||||
|
||||
<color name="header_text">#E0E0E0</color>
|
||||
<color name="header_subtext">#A0A0A0</color>
|
||||
</resources>
|
||||
|
@ -1,15 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="citra_orange">#fec303</color>
|
||||
<color name="citra_orange_dark">#fe8a03</color>
|
||||
<color name="citra_accent">#c77413</color>
|
||||
<color name="citra_orange">#FFC303</color>
|
||||
<color name="citra_orange_dark">#FF8D03</color>
|
||||
<color name="citra_accent">#CC7102</color>
|
||||
|
||||
<color name="lb_tv_white">#FFCCCCCC</color>
|
||||
|
||||
<color name="card_view_background">#ffffff</color>
|
||||
<color name="card_view_disabled">#dddddd</color>
|
||||
<color name="card_view_disabled">#D5D5D5</color>
|
||||
|
||||
<color name="gamelist_divider">#ffffff</color>
|
||||
|
||||
<color name="header_text">#1C1424</color>
|
||||
<color name="header_subtext">#5C5661</color>
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user