aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout-w960dp/fragment_conversations_overview.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-04-09 10:46:26 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-04-09 10:46:26 +0200
commitf880473435b6c3167edc727eacccef377643a8c5 (patch)
treeede7f178510894aabb227e03fccc9f25bc85c682 /src/main/res/layout-w960dp/fragment_conversations_overview.xml
parent59ea143147548ee15211d7c334076a158757c85f (diff)
parentdace8ba3d3815599a70d5e369cd3b1f418842a0e (diff)
Merge pull request #1104 from BrianBlade/feature/swipe_out_conversation
Enable end-conversation by swipe gesture
Diffstat (limited to 'src/main/res/layout-w960dp/fragment_conversations_overview.xml')
-rw-r--r--src/main/res/layout-w960dp/fragment_conversations_overview.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout-w960dp/fragment_conversations_overview.xml b/src/main/res/layout-w960dp/fragment_conversations_overview.xml
index 2744f38e..50039c03 100644
--- a/src/main/res/layout-w960dp/fragment_conversations_overview.xml
+++ b/src/main/res/layout-w960dp/fragment_conversations_overview.xml
@@ -12,7 +12,7 @@
android:background="@color/primarybackground"
android:orientation="vertical" >
- <ListView
+ <de.timroes.android.listview.EnhancedListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"