Skip to content

Commit abd3dcc

Browse files
committed
Handle correctly light / dark themes
1 parent 3e43a49 commit abd3dcc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/res/layout/settings_fragment.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
android:layout_height="wrap_content"
2424
android:text="Output Format"
2525
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
26-
android:textColor="@color/black"
2726
android:textStyle="bold" />
2827

2928
<RadioGroup
@@ -136,7 +135,6 @@
136135
android:layout_marginBottom="5dp"
137136
android:text="Engine Options"
138137
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
139-
android:textColor="@color/black"
140138
android:textStyle="bold" />
141139

142140
<LinearLayout
@@ -177,7 +175,6 @@
177175
android:layout_marginBottom="5dp"
178176
android:text="Interface"
179177
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
180-
android:textColor="@color/black"
181178
android:textStyle="bold" />
182179

183180
<Switch

0 commit comments

Comments
 (0)