]> www.average.org Git - YkNeoCR.git/blobdiff - res/layout/main.xml
remove enrollment
[YkNeoCR.git] / res / layout / main.xml
index 611341f7ca121cb1805048953daab23eb55a10d6..2f223061ed2d2c7806a31733e22bbdba6a573aa2 100644 (file)
@@ -1,16 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="fill_parent"
-    android:layout_height="fill_parent"
-    tools:context=".NFCAuthCREnroll"
+                xmlns:tools="http://schemas.android.com/tools"
+                android:layout_width="fill_parent"
+                android:layout_height="fill_parent"
     >
+    <TextView xmlns:android="http://schemas.android.com/apk/res/android"
+              android:id="@+id/info"
+              android:layout_width="fill_parent"
+              android:layout_height="wrap_content"
+              android:text="@string/info"
+    />
+
     <RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:orientation="horizontal"
                 android:layout_centerHorizontal="true"
-                android:layout_alignParentTop="true"
+                android:layout_alignParentBottom="true"
     >
         <RadioButton android:id="@+id/slot_1"
                      android:layout_width="wrap_content"
                      android:onClick="onSlotSelectionClicked"
         />
     </RadioGroup>
-    <Button
-        android:id="@+id/enroll"
-        android:text="@string/enroll"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_centerInParent="true"
-        android:onClick="onEnrollClicked"
-    />
 </RelativeLayout>
-