mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Intro and login tweaks
This commit is contained in:
parent
75f6491720
commit
bdb7fd46df
2 changed files with 7 additions and 4 deletions
|
|
@ -10,7 +10,8 @@
|
|||
android:layout_height="match_parent" />
|
||||
<RelativeLayout
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:fitsSystemWindows="true">
|
||||
<com.viewpagerindicator.IconPageIndicator
|
||||
android:id="@+id/view_pager_indicator"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
@ -27,7 +28,7 @@
|
|||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginTop="40dp"
|
||||
android:layout_marginTop="@dimen/spacing_small"
|
||||
android:textColor="@android:color/white"
|
||||
android:background="@color/transparent" />
|
||||
|
||||
|
|
|
|||
|
|
@ -253,13 +253,15 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
<Button
|
||||
<ImageButton
|
||||
android:id="@+id/back_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableStart="@drawable/ic_arrow_back_white_36dp"
|
||||
android:src="@drawable/ic_arrow_back_white_36dp"
|
||||
android:background="@color/transparent"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:layout_marginTop="@dimen/spacing_small"
|
||||
android:alpha="0" />
|
||||
</FrameLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue