Skip to content

Commit

Permalink
change background to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
amcereijo committed Jan 20, 2013
1 parent 9766b95 commit b53ed77
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion res/layout-land/update_card_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:layout_marginLeft="30sp"
android:layout_marginRight="30sp"
android:layout_marginTop="5sp"
android:background="@drawable/login_btn_border"
android:background="@drawable/buttom_background"
android:clickable="true"
android:onClick="updateCard"
android:text="@string/update_card_btn_update"
Expand Down
2 changes: 1 addition & 1 deletion res/layout-land/update_password_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
android:layout_marginLeft="30sp"
android:layout_marginRight="30sp"
android:layout_marginTop="3sp"
android:background="@drawable/login_btn_border"
android:background="@drawable/buttom_background"
android:clickable="true"
android:onClick="onClickUpdatePasswordButton"
android:text="@string/update_password_btn_update"
Expand Down
4 changes: 2 additions & 2 deletions res/layout/login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
android:layout_marginLeft="40sp"
android:layout_marginRight="40sp"
android:layout_marginTop="10sp"
android:background="@drawable/login_btn_border"
android:background="@drawable/buttom_background"
android:focusable="true"
android:clickable="true"
android:onClick="doLogin"
Expand Down Expand Up @@ -110,7 +110,7 @@
android:layout_gravity="center_horizontal"
android:layout_marginLeft="40sp"
android:layout_marginRight="40sp"
android:paddingTop="8sp"
android:paddingTop="12sp"
android:paddingBottom="8sp"
android:gravity="center_horizontal"
android:textColor="@android:color/white"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/recover_password_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
android:layout_marginLeft="40sp"
android:layout_marginRight="40sp"
android:layout_marginTop="10sp"
android:background="@drawable/login_btn_border"
android:background="@drawable/buttom_background"
android:clickable="true"
android:focusable="true"
android:onClick="doRecoverPassword"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/update_card_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
android:layout_marginLeft="14sp"
android:layout_marginRight="14sp"
android:layout_marginTop="10sp"
android:background="@drawable/login_btn_border"
android:background="@drawable/buttom_background"
android:clickable="true"
android:onClick="updateCard"
android:text="@string/update_card_btn_update"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/update_password_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
android:layout_marginLeft="14sp"
android:layout_marginRight="14sp"
android:layout_marginTop="10sp"
android:background="@drawable/login_btn_border"
android:background="@drawable/buttom_background"
android:clickable="true"
android:onClick="onClickUpdatePasswordButton"
android:text="@string/update_password_btn_update"
Expand Down

0 comments on commit b53ed77

Please sign in to comment.