Skip to content

Commit 60fae6e

Browse files
Haz3-joltmikehardy
authored andcommitted
fix(set due date dialog): set TabLayout background to transparent
- fixes tab layout color inconsistency in set due date dialog when theme is black/dark - Ref: #19936
1 parent edb76c3 commit 60fae6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
<com.google.android.material.tabs.TabLayout
3232
android:id="@+id/tab_layout"
33+
android:background="@android:color/transparent"
3334
android:orientation="vertical"
3435
android:layout_width="match_parent"
3536
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)