|
@@ -35,9 +35,9 @@
|
|
|
style="@style/SimpleBtnContainer">
|
|
style="@style/SimpleBtnContainer">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_permit"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
- android:layout_height="@dimen/simple_icon_size"
|
|
|
|
|
- android:background="@mipmap/permit"/>
|
|
|
|
|
|
|
+ android:layout_height="@dimen/simple_icon_size"/>
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_execute"
|
|
android:id="@+id/tv_execute"
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|
|
@@ -93,9 +93,9 @@
|
|
|
style="@style/SimpleBtnContainer">
|
|
style="@style/SimpleBtnContainer">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_confirm2"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/confirm"
|
|
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -151,9 +151,9 @@
|
|
|
style="@style/SimpleBtnContainer">
|
|
style="@style/SimpleBtnContainer">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_waiting1"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/waiting"
|
|
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -215,7 +215,6 @@
|
|
|
android:id="@+id/iv_shared1"
|
|
android:id="@+id/iv_shared1"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/shared"
|
|
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -277,7 +276,6 @@
|
|
|
android:id="@+id/iv_shared2"
|
|
android:id="@+id/iv_shared2"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/shared"
|
|
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -332,9 +330,9 @@
|
|
|
android:id="@+id/ll_confirm_complete"
|
|
android:id="@+id/ll_confirm_complete"
|
|
|
style="@style/SimpleBtnContainer">
|
|
style="@style/SimpleBtnContainer">
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_confirm1"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/confirm"
|
|
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -390,9 +388,9 @@
|
|
|
style="@style/SimpleBtnContainer"
|
|
style="@style/SimpleBtnContainer"
|
|
|
android:background="#00FFFFFF">
|
|
android:background="#00FFFFFF">
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_waiting2"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/waiting"
|
|
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -432,9 +430,9 @@
|
|
|
style="@style/SimpleBtnContainer"
|
|
style="@style/SimpleBtnContainer"
|
|
|
android:layout_alignParentBottom="true">
|
|
android:layout_alignParentBottom="true">
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_home"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/home"
|
|
|
|
|
/>
|
|
/>
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|
|
@@ -447,9 +445,9 @@
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_alignParentRight="true">
|
|
android:layout_alignParentRight="true">
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_settings"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/settings"
|
|
|
|
|
/>
|
|
/>
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
style="@style/SimpleTextView"
|