reworked keyserver preferences with recyclerview

This commit is contained in:
Adithya Abraham Philip
2015-07-02 01:57:15 +05:30
parent 64a3cc5a9f
commit af3868d547
25 changed files with 924 additions and 314 deletions

View File

@@ -26,4 +26,12 @@
<item name="android:textColor">@color/white</item>
</style>
<!-- This style is for use with our drag and drop RecyclerView since ItemDecoration did not
move with the drag -->
<style name="Divider">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">2dp</item>
<item name="android:background">?android:attr/listDivider</item>
</style>
</resources>