Skip to content

Commit f72e5fb

Browse files
BrayanDSOmikehardy
authored andcommitted
improvement(settings): add icons to controls tabs
1 parent c5fa1b7 commit f72e5fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AnkiDroid/src/main/res/layout/controls_tab_layout.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
android:layout_width="wrap_content"
1313
android:layout_height="wrap_content"
1414
android:text="@string/pref_controls_reviews_tab"
15+
android:icon="@drawable/ic_cards_star"
1516
/>
1617

1718
<com.google.android.material.tabs.TabItem
1819
android:id="@+id/previews_tab"
1920
android:layout_width="wrap_content"
2021
android:layout_height="wrap_content"
2122
android:text="@string/pref_controls_previews_tab"
23+
android:icon="@drawable/ic_remove_red_eye_white"
2224
/>
2325

2426
</com.google.android.material.tabs.TabLayout>

0 commit comments

Comments
 (0)