android: Minor changes to theming

This commit is contained in:
FearlessTobi 2020-04-30 05:15:53 +02:00 committed by xperia64
parent 9c68959401
commit 853083de7b
5 changed files with 4 additions and 5 deletions

View File

@ -43,7 +43,8 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/image_game_screen"
app:layout_constraintTop_toTopOf="parent"
tools:text="The Legend of Zelda\nOcarina of Time 3D" />
tools:text="The Legend of Zelda\nOcarina of Time 3D"
android:textColor="@color/header_text" />
<TextView
android:id="@+id/text_company"

View File

@ -41,7 +41,6 @@
android:layout_gravity="center"
android:padding="@dimen/spacing_small"
android:background="@color/citra_orange"
android:textColor="@color/lb_tv_white"
android:text="@string/emulation_done"
android:visibility="gone"/>

View File

@ -37,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>

View File

@ -5,8 +5,6 @@
<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">#D5D5D5</color>