From: Bartek Przybylski Date: Thu, 21 Jun 2012 18:02:33 +0000 (+0200) Subject: make cancel button usable on account create activity X-Git-Tag: oc-android-1.4.3~351 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/832c1f4842ea279f145d8b6e0be71222a90a026e make cancel button usable on account create activity --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a7ef3d05..13e401db 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -18,7 +18,7 @@ --> + android:versionName="0.1.124B" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 1a9e2819..add258c8 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -159,6 +159,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight=".5" + android:onClick="onCancelClick" android:text="@string/common_cancel" />