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:
Jays2Kings 2021-12-05 00:03:38 -05:00
parent b0ed5e14a7
commit 7a190fbd34

View file

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