Skip to content

Commit 02b9677

Browse files
committed
ui: add list selection highlight color for tablet
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 82d26e6 commit 02b9677

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/src/main/res/drawable/list_item_background.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
app:state_multiselected="true">
99
<color android:color="?attr/colorMultiselectActiveBackground" />
1010
</item>
11+
<item
12+
android:state_activated="true">
13+
<color android:color="?attr/colorControlHighlight" />
14+
</item>
1115
</selector>
1216
</item>
1317
<item android:drawable="?attr/selectableItemBackground" />

0 commit comments

Comments
 (0)