New list with sticky list headers library
This commit is contained in:
7
OpenPGP-Keychain/res/drawable/header_selector.xml
Normal file
7
OpenPGP-Keychain/res/drawable/header_selector.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item android:state_pressed="true" android:drawable="@color/header_pressed" />
|
||||
<item android:drawable="@color/header_normal" />
|
||||
|
||||
</selector>
|
||||
Reference in New Issue
Block a user