|
@@ -1,13 +1,14 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:paddingBottom="50dp"
|
|
android:gravity="center_horizontal"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|