mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Light/Dark Theme now matches text appearance of other settings
honestly not the biggest fan of the font change but I'll let it be for now
This commit is contained in:
parent
b0ed5e14a7
commit
7a190fbd34
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
app:layout_constraintBottom_toTopOf="@id/theme_recycler"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Menu"
|
||||
android:textAppearance="?textAppearanceListItem"
|
||||
android:text="@string/light_theme"/>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
@ -45,7 +45,7 @@
|
|||
app:layout_constraintBottom_toTopOf="@id/theme_recycler_dark"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Menu"
|
||||
android:textAppearance="?textAppearanceListItem"
|
||||
android:text="@string/dark_theme"/>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue