Commit 70f0393cbee996edd42561ba92f13dbce4a810c9

Authored by transpine
1 parent 4bdb8a60

- fix logout button

app/src/main/res/drawable/logout_button.png

17.2 KB | W: | H:

16.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
app/src/main/res/layout/fragment_login.xml
... ... @@ -6,13 +6,14 @@
6 6 android:paddingRight="50dp">
7 7  
8 8 <ImageView
9   - android:layout_width="wrap_content"
  9 + android:layout_width="300dp"
10 10 android:layout_height="wrap_content"
11 11 android:id="@+id/imageView2"
12 12 android:src="@drawable/logo_user_story_web_beta"
13 13 android:cropToPadding="false"
14 14 android:baselineAlignBottom="false"
15   - android:adjustViewBounds="false" />
  15 + android:adjustViewBounds="false"
  16 + android:layout_gravity="center_horizontal" />
16 17  
17 18 <LinearLayout
18 19 android:orientation="horizontal"
... ...