Reintroduce changes made associated with KeyListFragment to new branch.
This commit is contained in:
5
OpenKeychain/src/main/res/drawable/list_item_ripple.xml
Normal file
5
OpenKeychain/src/main/res/drawable/list_item_ripple.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true" android:drawable="@color/selected_gray"/>
|
||||
<item android:state_pressed="true" android:drawable="@color/pressed_gray"/>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user