mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
a8a8ec1d40
Allows the hardware DPAD to control more of the UI. Closes #4989 // FREEBIE
5 lines
312 B
XML
5 lines
312 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@color/textsecure_primary_alpha33" android:state_selected="true" />
|
|
<item android:drawable="@color/signal_primary_alpha_focus" android:state_focused="true" />
|
|
</selector>
|