|
@@ -21,8 +21,12 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:id="@+id/top"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_margin="@dimen/standard_margin"
|
|
|
+ android:gravity="center_vertical|center_horizontal"
|
|
|
android:orientation="vertical"
|
|
|
+ android:paddingBottom="@dimen/standard_double_margin"
|
|
|
android:animateLayoutChanges="true">
|
|
|
|
|
|
<ImageView
|