aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_share_with.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_share_with.xml (renamed from src/main/res/layout/share_with.xml)2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/layout/share_with.xml b/src/main/res/layout/activity_share_with.xml
index 162d02efe..0b0e11f54 100644
--- a/src/main/res/layout/share_with.xml
+++ b/src/main/res/layout/activity_share_with.xml
@@ -8,6 +8,8 @@
android:id="@+id/choose_conversation_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:divider="@android:color/transparent"
+ android:dividerHeight="0dp"
tools:listitem="@layout/conversation_list_row" />
</LinearLayout> \ No newline at end of file