aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/values/styles.xml')
-rw-r--r--OpenKeychain/src/main/res/values/styles.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/styles.xml b/OpenKeychain/src/main/res/values/styles.xml
index 9ac60c397..c7b326b7a 100644
--- a/OpenKeychain/src/main/res/values/styles.xml
+++ b/OpenKeychain/src/main/res/values/styles.xml
@@ -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> \ No newline at end of file