Skip to content

Commit 099215e

Browse files
authored
Merge pull request #449 from neslihanturan/fixReadibilityIssue
Fix readibility of categorization page
2 parents a997184 + a2e8207 commit 099215e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
android:paddingRight="16dip"
1111
android:paddingEnd="16dip"
1212
android:paddingTop="8dip"
13+
android:theme="@style/DarkAppTheme"
1314
>
1415

1516
<FrameLayout

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

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
android:checkMark="?android:attr/textCheckMark"
77
android:checked="false"
88
android:gravity="center_vertical"
9+
android:theme="@style/DarkAppTheme"
910
>
1011

1112
</CheckedTextView>

0 commit comments

Comments
 (0)