Skip to content

Commit

Permalink
- Done #415
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Torres committed Mar 15, 2016
1 parent 32f8984 commit a2f18b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
applicationId "com.bentonow.bentonow"
minSdkVersion 16
targetSdkVersion 22
versionCode 33
versionCode 35
multiDexEnabled true
}
productFlavors {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_order_confirmed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
android:id="@+id/btn_view_all_orders"
android:layout_width="fill_parent"
android:layout_height="48dp"
android:background="@drawable/btn_rounded_gray"
android:background="@drawable/btn_rounded_green"
android:gravity="center"
android:padding="@dimen/btn_padding"
android:textColor="@color/white"
Expand All @@ -102,7 +102,7 @@
<com.bentonow.bentonow.ui.BackendButton
android:layout_width="fill_parent"
android:layout_height="48dp"
android:background="@drawable/btn_rounded_gray"
android:background="@drawable/btn_rounded_green"
android:gravity="center"
android:onClick="onAddAnotherBentoPressed"
android:padding="@dimen/btn_padding"
Expand Down

0 comments on commit a2f18b7

Please sign in to comment.