浏览代码

fix for the button styling (land)

Andy Scherzinger 9 年之前
父节点
当前提交
a3ccc6a559
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      res/layout-land/account_setup.xml

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

@@ -221,9 +221,10 @@
         android:layout_height="wrap_content"
 		android:layout_alignParentBottom="true"
         android:orientation="vertical" >
-        
-		<Button
+
+		<android.support.v7.widget.AppCompatButton
 		    android:id="@+id/buttonOK"
+			style="@style/ownCloud.Button"
 		    android:layout_width="match_parent"
 		    android:layout_height="wrap_content"
 		    android:layout_gravity="center_horizontal"