|
|
@ -3,7 +3,8 @@ |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
android:layout_width="fill_parent" |
|
|
|
android:layout_height="fill_parent" |
|
|
|
android:fitsSystemWindows="true"> |
|
|
|
android:fitsSystemWindows="true" |
|
|
|
android:background="@color/background"> |
|
|
|
|
|
|
|
<ScrollView |
|
|
|
android:id="@+id/inner_scroll_view" |
|
|
@ -21,29 +22,17 @@ |
|
|
|
|
|
|
|
<Space |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="25dp"/> |
|
|
|
android:layout_height="100dp"/> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/thmmyLogo" |
|
|
|
<pl.droidsonroids.gif.GifImageView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="144dp" |
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
android:layout_marginBottom="0dp" |
|
|
|
android:contentDescription="@string/thmmy_img_description" |
|
|
|
android:src="@drawable/logo_try_no_letter"/> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/thmmy3dImg" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="40dp" |
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
android:layout_marginBottom="0dp" |
|
|
|
android:contentDescription="@string/thmmy_img_description" |
|
|
|
android:src="@drawable/thmmy_material_somehow"/> |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:id="@+id/logo" |
|
|
|
/> |
|
|
|
|
|
|
|
<Space |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="10dp"/> |
|
|
|
android:layout_height="50dp"/> |
|
|
|
|
|
|
|
<!-- Username Label --> |
|
|
|
<android.support.design.widget.TextInputLayout |
|
|
|