aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_publish_profile_picture.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-05-05 22:28:32 +0200
committerChristian Schneppe <christian@pix-art.de>2018-05-05 22:28:32 +0200
commitac70233fa49c8fb2477a5b3d8752aa126791e372 (patch)
tree29883656ecb813c3145ad57c3c16029bd5cdec56 /src/main/res/layout/activity_publish_profile_picture.xml
parent89cca15e77130eae3b1c79b054b72de01debeb57 (diff)
add animators for more activities
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_publish_profile_picture.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/res/layout/activity_publish_profile_picture.xml b/src/main/res/layout/activity_publish_profile_picture.xml
index d761169d8..dd3afeeac 100644
--- a/src/main/res/layout/activity_publish_profile_picture.xml
+++ b/src/main/res/layout/activity_publish_profile_picture.xml
@@ -5,13 +5,14 @@
android:layout_height="match_parent"
android:background="?attr/color_background_secondary">
- <include layout="@layout/toolbar" />
+ <include
+ android:id="@+id/toolbar"
+ layout="@layout/toolbar" />
<ScrollView
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/button_bar"
- android:layout_alignParentTop="true"
android:layout_below="@id/toolbar">
<android.support.v7.widget.CardView