aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/fragment_conversations_overview.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-05-09 20:31:52 +0200
committerChristian Schneppe <christian@pix-art.de>2017-05-09 20:31:52 +0200
commitce86dfb58f8db458e474d1b06825d8df53cf60e7 (patch)
tree9d449e0011511f03f85c00572fcbe8a789707912 /src/main/res/layout/fragment_conversations_overview.xml
parent6907f57f80fe35400132730fe5cf06e0511dab04 (diff)
simple fix for landscape tablet layouts
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/fragment_conversations_overview.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/fragment_conversations_overview.xml b/src/main/res/layout/fragment_conversations_overview.xml
index 90327136b..e74e0e533 100644
--- a/src/main/res/layout/fragment_conversations_overview.xml
+++ b/src/main/res/layout/fragment_conversations_overview.xml
@@ -24,6 +24,7 @@
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_weight="1"
- android:orientation="vertical"></LinearLayout>
+ android:orientation="vertical">
+ </LinearLayout>
</android.support.v4.widget.SlidingPaneLayout> \ No newline at end of file