Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 9b498f1

Browse files
authored
Use a dark overlay in a hovered tab in select mode (#2805)
1 parent 4c28d7c commit 9b498f1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/res/drawable/tab_overlay_checked.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<selector xmlns:android="http://schemas.android.com/apk/res/android">
33
<item android:state_pressed="true">
44
<shape>
5+
<solid android:color="#AA000000" />
56
<stroke android:color="@color/rhino" android:width="2dp" />
67
</shape>
78
</item>

app/src/main/res/drawable/tab_overlay_unchecked.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</item>
99
<item android:state_hovered="true" android:state_pressed="false">
1010
<shape>
11-
<stroke android:color="@color/rhino" android:width="2dp" />
11+
<solid android:color="#AA000000" />
1212
</shape>
1313
</item>
1414
<item android:state_hovered="false" android:state_pressed="false">

0 commit comments

Comments
 (0)