Browse Source

fix for refrsh icon in text view in landscape mode

Andy Scherzinger 9 năm trước cách đây
mục cha
commit
bbbb7026b4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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"