aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-12 19:33:50 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-12 19:33:50 +0200
commit07a20550fcb19095bd00d61dd101ae72073455fd (patch)
tree8c069efb6e0b5c59167edb9f5ca6740c1dbf5fde /src/main/res/layout
parent17339f2d9d0e7ef7bf88d3d8bef44ff3f853e3db (diff)
fix empty sharewithactivity
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/activity_share_with.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_share_with.xml b/src/main/res/layout/activity_share_with.xml
index c4908cbfe..9fce48a61 100644
--- a/src/main/res/layout/activity_share_with.xml
+++ b/src/main/res/layout/activity_share_with.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:orientation="vertical">
<include layout="@layout/toolbar" />