diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/fragment_status.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/fragment_status.xml b/res/layout/fragment_status.xml index d6030e3..65f63b1 100644 --- a/res/layout/fragment_status.xml +++ b/res/layout/fragment_status.xml @@ -37,7 +37,7 @@ <Button android:drawableLeft="@drawable/cancel" - android:text="Cancel" + android:text="Close" android:id="@+id/status_cancel" android:layout_width="match_parent" android:layout_height="50dp" |