We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fa1b7 commit f72e5fbCopy full SHA for f72e5fb
AnkiDroid/src/main/res/layout/controls_tab_layout.xml
@@ -12,13 +12,15 @@
12
android:layout_width="wrap_content"
13
android:layout_height="wrap_content"
14
android:text="@string/pref_controls_reviews_tab"
15
+ android:icon="@drawable/ic_cards_star"
16
/>
17
18
<com.google.android.material.tabs.TabItem
19
android:id="@+id/previews_tab"
20
21
22
android:text="@string/pref_controls_previews_tab"
23
+ android:icon="@drawable/ic_remove_red_eye_white"
24
25
26
</com.google.android.material.tabs.TabLayout>
0 commit comments