|
@@ -30,14 +30,20 @@
|
|
|
android:padding="20dp"
|
|
android:padding="20dp"
|
|
|
android:layout_marginVertical="20dp"/>
|
|
android:layout_marginVertical="20dp"/>
|
|
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
android:id="@+id/rl_execute"
|
|
android:id="@+id/rl_execute"
|
|
|
style="@style/SimpleBtnContainer">
|
|
style="@style/SimpleBtnContainer">
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
+ android:background="@mipmap/permit"
|
|
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_execute"
|
|
android:id="@+id/tv_execute"
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|
|
|
android:text="@string/simple_execute"/>
|
|
android:text="@string/simple_execute"/>
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- 步骤1 -->
|
|
<!-- 步骤1 -->
|
|
@@ -83,13 +89,20 @@
|
|
|
android:layout_margin="10dp"/>
|
|
android:layout_margin="10dp"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/rl_confirm"
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/ll_confirm"
|
|
|
style="@style/SimpleBtnContainer">
|
|
style="@style/SimpleBtnContainer">
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
+ android:background="@mipmap/confirm"
|
|
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|
|
|
- android:text="@string/simple_confirm"/>
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
|
+ android:text="@string/simple_confirm" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- 步骤2 -->
|
|
<!-- 步骤2 -->
|
|
@@ -133,13 +146,20 @@
|
|
|
android:layout_margin="10dp"/>
|
|
android:layout_margin="10dp"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/rl_waiting"
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/ll_waiting"
|
|
|
style="@style/SimpleBtnContainer">
|
|
style="@style/SimpleBtnContainer">
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
+ android:background="@mipmap/waiting"
|
|
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|
|
|
android:text="@string/simple_waiting"/>
|
|
android:text="@string/simple_waiting"/>
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
@@ -184,11 +204,22 @@
|
|
|
android:layout_margin="10dp"/>
|
|
android:layout_margin="10dp"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- style="@style/SimpleTextView"
|
|
|
|
|
- android:background="@drawable/tip_bg_white"
|
|
|
|
|
- android:text="@string/simple_shared"
|
|
|
|
|
- android:padding="10dp"/>
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:padding="10dp">
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
+ android:background="@mipmap/lock"
|
|
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/SimpleTextView"
|
|
|
|
|
+ android:text="@string/simple_shared"/>
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- 步骤4 -->
|
|
<!-- 步骤4 -->
|
|
@@ -232,11 +263,22 @@
|
|
|
android:layout_margin="10dp"/>
|
|
android:layout_margin="10dp"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- style="@style/SimpleTextView"
|
|
|
|
|
- android:background="@drawable/tip_bg_white"
|
|
|
|
|
- android:text="@string/simple_shared"
|
|
|
|
|
- android:padding="10dp"/>
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:padding="10dp">
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
+ android:background="@mipmap/lock"
|
|
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/SimpleTextView"
|
|
|
|
|
+ android:text="@string/simple_shared"/>
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- 步骤5 -->
|
|
<!-- 步骤5 -->
|
|
@@ -280,13 +322,19 @@
|
|
|
android:layout_margin="10dp"/>
|
|
android:layout_margin="10dp"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/rl_confirm_complete"
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/ll_confirm_complete"
|
|
|
style="@style/SimpleBtnContainer">
|
|
style="@style/SimpleBtnContainer">
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
+ android:background="@mipmap/confirm"
|
|
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|
|
|
android:text="@string/simple_confirm"/>
|
|
android:text="@string/simple_confirm"/>
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -332,12 +380,19 @@
|
|
|
android:layout_margin="10dp"/>
|
|
android:layout_margin="10dp"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- style="@style/SimpleBtnContainer">
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ style="@style/SimpleBtnContainer"
|
|
|
|
|
+ android:background="#00FFFFFF">
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
+ android:background="@mipmap/waiting"
|
|
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|
|
|
android:text="@string/simple_waiting"/>
|
|
android:text="@string/simple_waiting"/>
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -366,22 +421,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 通用 -->
|
|
<!-- 通用 -->
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/rl_home"
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/ll_home"
|
|
|
style="@style/SimpleBtnContainer"
|
|
style="@style/SimpleBtnContainer"
|
|
|
android:layout_alignParentBottom="true">
|
|
android:layout_alignParentBottom="true">
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
+ android:background="@mipmap/home"
|
|
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|
|
|
android:text="@string/simple_return_home"/>
|
|
android:text="@string/simple_return_home"/>
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/rl_setting"
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/ll_setting"
|
|
|
style="@style/SimpleBtnContainer"
|
|
style="@style/SimpleBtnContainer"
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_alignParentRight="true">
|
|
android:layout_alignParentRight="true">
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
+ android:background="@mipmap/settings"
|
|
|
|
|
+ android:layout_marginRight="5dp"/>
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|
|
|
android:text="@string/simple_setting"/>
|
|
android:text="@string/simple_setting"/>
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|