Browse Source

Merge branch 'setup_colors' into setup_app_name

masensio 11 years ago
parent
commit
aabdaee868
2 changed files with 2 additions and 0 deletions
  1. 1 0
      res/layout-land/account_setup.xml
  2. 1 0
      res/layout/account_setup.xml

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

@@ -189,6 +189,7 @@
 		android:id="@id/buttonOK"
 		android:layout_width="match_parent"
 		android:layout_height="wrap_content"
+		android:background="@android:drawable/btn_default"
 		android:layout_above="@id/account_register"
 		android:layout_centerHorizontal="true"
 		android:enabled="false"

+ 1 - 0
res/layout/account_setup.xml

@@ -170,6 +170,7 @@
             android:id="@+id/buttonOK"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
+            android:background="@android:drawable/btn_default"
             android:layout_gravity="center_horizontal"
             android:enabled="false"
             android:onClick="onOkClick"