summaryrefslogtreecommitdiffstats
path: root/res/layout/preference_user_delete_widget.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/preference_user_delete_widget.xml')
-rw-r--r--res/layout/preference_user_delete_widget.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/preference_user_delete_widget.xml b/res/layout/preference_user_delete_widget.xml
index 57c240f..6dc6a79 100644
--- a/res/layout/preference_user_delete_widget.xml
+++ b/res/layout/preference_user_delete_widget.xml
@@ -20,6 +20,13 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="horizontal">
+ <View
+ android:id="@+id/divider_manage"
+ android:layout_width="2dip"
+ android:layout_height="match_parent"
+ android:layout_marginTop="5dip"
+ android:layout_marginBottom="5dip"
+ android:background="@android:drawable/divider_horizontal_dark" />
<ImageView
android:id="@+id/manage_user"
android:layout_width="wrap_content"
@@ -31,6 +38,7 @@
android:layout_gravity="center"
android:background="?android:attr/selectableItemBackground" />
<View
+ android:id="@+id/divider_delete"
android:layout_width="2dip"
android:layout_height="match_parent"
android:layout_marginTop="5dip"