Adds a higher-resolution elephant friend to the login page. Closes #99

main
Vavassor 8 years ago
parent e6e48cbb29
commit abccbc83d8
  1. BIN
      app/src/main/res/drawable/elephant_friend.png
  2. 4
      app/src/main/res/layout/activity_login.xml

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 40 KiB

@ -14,8 +14,8 @@
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<ImageView <ImageView
android:layout_width="wrap_content" android:layout_width="147dp"
android:layout_height="wrap_content" android:layout_height="160dp"
android:layout_marginBottom="50dp" android:layout_marginBottom="50dp"
android:src="@drawable/elephant_friend" android:src="@drawable/elephant_friend"
android:contentDescription="@null" /> android:contentDescription="@null" />

Loading…
Cancel
Save