android: Minor changes to theming
This commit is contained in:
parent
9c68959401
commit
853083de7b
@ -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"
|
||||
|
@ -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"/>
|
||||
|
||||
|
@ -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>
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user