aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_choose_contact.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-31 15:25:57 +0200
committerChristian Schneppe <christian@pix-art.de>2018-03-31 15:25:57 +0200
commitea7aa63bb951ce8680d28a131f4f7230076708ef (patch)
treeaab6e1b04a55fc7b3a6fee4a8ee5ae28418ba136 /src/main/res/layout/activity_choose_contact.xml
parentdbe8ee40eced09e4721b9e0d9b27d49fe668a12e (diff)
updated manage account activity to new colors
Diffstat (limited to 'src/main/res/layout/activity_choose_contact.xml')
-rw-r--r--src/main/res/layout/activity_choose_contact.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_choose_contact.xml b/src/main/res/layout/activity_choose_contact.xml
index 66e416de5..c5158510b 100644
--- a/src/main/res/layout/activity_choose_contact.xml
+++ b/src/main/res/layout/activity_choose_contact.xml
@@ -2,12 +2,15 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:background="?attr/color_background_primary">
<ListView
android:id="@+id/choose_contact_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:divider="@android:color/transparent"
+ android:dividerHeight="0dp"
tools:listitem="@layout/contact" />
</LinearLayout> \ No newline at end of file