Browse Source

added bottom padding to logo, logo slightly bigger

Andy Scherzinger 9 years ago
parent
commit
b276b623a9
2 changed files with 1 additions and 1 deletions
  1. BIN
      res/drawable-xxhdpi/logo.png
  2. 1 1
      res/layout/account_setup.xml

BIN
res/drawable-xxhdpi/logo.png


+ 1 - 1
res/layout/account_setup.xml

@@ -38,7 +38,7 @@
             android:id="@+id/thumbnail"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:layout_marginBottom="0dp"
+            android:layout_marginBottom="20dp"
             android:layout_marginTop="10dp"
             android:src="@drawable/logo"
             android:contentDescription="@string/app_name"/>