|
@@ -20,9 +20,7 @@
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:gravity="center|fill"
|
|
|
android:padding="8dip"
|
|
|
- android:focusable="true"
|
|
|
>
|
|
|
|
|
|
<LinearLayout
|
|
@@ -42,8 +40,7 @@
|
|
|
android:src="@drawable/logo"
|
|
|
/>
|
|
|
|
|
|
- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ <ScrollView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1"
|
|
@@ -58,7 +55,9 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
android:layout_margin="8dp"
|
|
|
- android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:focusable="true"
|
|
|
>
|
|
|
|
|
|
<EditText
|