|
|
@@ -1,5 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:id="@+id/activity_main"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
@@ -75,112 +76,45 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <com.miekir.ocr.view.IndicatorText
|
|
|
+ android:id="@+id/it_email"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingTop="@dimen/margin_s"
|
|
|
- android:paddingBottom="@dimen/margin_default">
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="@dimen/width_focus"
|
|
|
- android:layout_height="@dimen/width_focus"
|
|
|
- android:layout_marginTop="@dimen/margin_s"
|
|
|
- android:layout_marginBottom="@dimen/margin_s"
|
|
|
- android:background="@drawable/shape_circle" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="邮政编码"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/size_text_title" />
|
|
|
- </LinearLayout>
|
|
|
+ app:text="邮政编码"
|
|
|
+ app:focused="true"/>
|
|
|
|
|
|
<Space
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <com.miekir.ocr.view.IndicatorText
|
|
|
+ android:id="@+id/it_address"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingTop="@dimen/margin_s"
|
|
|
- android:paddingBottom="@dimen/margin_default">
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="@dimen/width_focus"
|
|
|
- android:layout_height="@dimen/width_focus"
|
|
|
- android:layout_marginTop="@dimen/margin_s"
|
|
|
- android:layout_marginBottom="@dimen/margin_s"
|
|
|
- android:background="@drawable/shape_circle" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="住址"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/size_text_title" />
|
|
|
- </LinearLayout>
|
|
|
+ app:text="住址"/>
|
|
|
|
|
|
<Space
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <com.miekir.ocr.view.IndicatorText
|
|
|
+ android:id="@+id/it_name"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingTop="@dimen/margin_s"
|
|
|
- android:paddingBottom="@dimen/margin_default">
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="@dimen/width_focus"
|
|
|
- android:layout_height="@dimen/width_focus"
|
|
|
- android:layout_marginTop="@dimen/margin_s"
|
|
|
- android:layout_marginBottom="@dimen/margin_s"
|
|
|
- android:background="@drawable/shape_circle" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="姓名"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/size_text_title" />
|
|
|
- </LinearLayout>
|
|
|
+ app:text="姓名"/>
|
|
|
|
|
|
<Space
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <com.miekir.ocr.view.IndicatorText
|
|
|
+ android:id="@+id/it_all"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingTop="@dimen/margin_s"
|
|
|
- android:paddingBottom="@dimen/margin_default">
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="@dimen/width_focus"
|
|
|
- android:layout_height="@dimen/width_focus"
|
|
|
- android:layout_marginTop="@dimen/margin_s"
|
|
|
- android:layout_marginBottom="@dimen/margin_s"
|
|
|
- android:background="@drawable/shape_circle" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="整单识别"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/size_text_title" />
|
|
|
- </LinearLayout>
|
|
|
+ app:text="整单识别"/>
|
|
|
|
|
|
<Space
|
|
|
android:layout_width="0dp"
|