diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-04-12 19:33:50 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-04-12 19:33:50 +0200 |
commit | 07a20550fcb19095bd00d61dd101ae72073455fd (patch) | |
tree | 8c069efb6e0b5c59167edb9f5ca6740c1dbf5fde /src/main | |
parent | 17339f2d9d0e7ef7bf88d3d8bef44ff3f853e3db (diff) |
fix empty sharewithactivity
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/res/layout/activity_share_with.xml | 4 |
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" /> |