瀏覽代碼

fix for refrsh icon in text view in landscape mode

Andy Scherzinger 9 年之前
父節點
當前提交
bbbb7026b4
共有 1 個文件被更改,包括 2 次插入2 次删除
  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"