소스 검색

further 16dp spacings

Andy Scherzinger 9 년 전
부모
커밋
e22b547401
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 2
      res/layout-land/account_setup.xml
  2. 1 2
      res/layout/account_setup.xml

+ 1 - 2
res/layout-land/account_setup.xml

@@ -240,8 +240,7 @@
 		    android:layout_gravity="center_horizontal"
 		    android:background="@android:color/transparent"
 		    android:onClick="onRegisterClick"
-		    android:paddingBottom="5dp"
-		    android:paddingTop="5dp"
+		    android:paddingTop="@dimen/standard_padding"
 		    android:text="@string/auth_register"
 			android:textColor="@color/login_text_color"
             android:contentDescription="@string/auth_register"/>

+ 1 - 2
res/layout/account_setup.xml

@@ -212,8 +212,7 @@
             android:layout_height="wrap_content"
             android:background="@android:color/transparent"
             android:onClick="onRegisterClick"
-            android:paddingBottom="5dp"
-            android:paddingTop="5dp"
+            android:paddingTop="@dimen/standard_padding"
             android:text="@string/auth_register"
             android:textColor="@color/login_text_color"
             android:textColorHint="@color/login_text_hint_color"