|
@@ -0,0 +1,41 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical" >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/IndexConfig"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="18dp"
|
|
|
+ android:layout_margin="18dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="@string/index_config" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/IndexStart"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="18dp"
|
|
|
+ android:layout_margin="18dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="@string/index_start" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/IndexEtc"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="18dp"
|
|
|
+ android:layout_margin="18dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="@string/index_etc" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/IndexResult"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="18dp"
|
|
|
+ android:layout_margin="18dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ />
|
|
|
+
|
|
|
+
|
|
|
+</LinearLayout>
|