Bläddra i källkod

fix for refrsh icon in text view in landscape mode

Andy Scherzinger 9 år sedan
förälder
incheckning
bbbb7026b4
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      res/layout-land/account_setup.xml

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

@@ -101,8 +101,8 @@
 					</EditText>
 					<ImageButton
 					    android:id="@+id/embeddedRefreshButton"
-					    android:layout_width="48dp"
-					    android:layout_height="48dp"
+					    android:layout_width="wrap_content"
+					    android:layout_height="wrap_content"
 					    android:layout_gravity="center_vertical|right"
 					    android:layout_marginRight="5dp"
 					    android:padding="0dp"