Fix crash in navigation in FileList
[pub/Android/ownCloud.git] / res / layout / pincodelock.xml
index bb13c5f..8c95c72 100644 (file)
@@ -3,7 +3,7 @@
   ownCloud Android client application\r
 \r
   Copyright (C) 2012  Bartek Przybylski\r
-  Copyright (C) 2012-2013 ownCloud Inc.\r
+  Copyright (C) 2015 ownCloud Inc.\r
 \r
   This program is free software: you can redistribute it and/or modify\r
   it under the terms of the GNU General Public License version 2,\r
@@ -18,7 +18,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
 -->\r
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
-    xmlns:oc="http://schemas.android.com/apk/res/de.mobilcom.debitel.cloud.android"\r
+    xmlns:oc="http://schemas.android.com/apk/res/com.owncloud.android"\r
     android:layout_width="fill_parent"\r
     android:layout_height="fill_parent"\r
     android:gravity="center_horizontal"\r
@@ -34,7 +34,8 @@
         android:textColor="@android:color/black"\r
         android:gravity="center_horizontal"\r
          />\r
-\r    <TextView\r
+\r
+    <TextView\r
         android:id="@+id/pinHdrExpl"\r
         android:layout_width="wrap_content"\r
         android:layout_height="wrap_content"\r
             style="@style/PassCodeStyle" />\r
     </LinearLayout>\r
 \r
-    <com.owncloud.android.ui.CustomButton android:layout_width="wrap_content"\r
+    <Button\r
+        android:id="@+id/cancel"\r
+        android:layout_width="wrap_content"\r
         android:layout_height="wrap_content"\r
-        android:text="@string/common_cancel"\r
-        android:textColor="@android:color/black"\r
-        android:id="@+id/cancel"/>\r
+        android:text="@string/common_cancel" />\r
+\r
 </LinearLayout>\r