|
|
@@ -5,7 +5,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:padding="20dp"
|
|
|
- android:background="@color/white"
|
|
|
+ android:background="@mipmap/process_bg"
|
|
|
tools:context=".presentation.simple.SimpleProcessActivity">
|
|
|
|
|
|
<!-- 步骤0:开始执行按钮 -->
|
|
|
@@ -37,8 +37,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/permit"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
+ android:background="@mipmap/permit"/>
|
|
|
<TextView
|
|
|
android:id="@+id/tv_execute"
|
|
|
style="@style/SimpleTextView"
|
|
|
@@ -97,7 +96,7 @@
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
android:background="@mipmap/confirm"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
|
@@ -155,7 +154,7 @@
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
android:background="@mipmap/waiting"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
|
@@ -216,14 +215,13 @@
|
|
|
android:id="@+id/iv_shared1"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/lock"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
+ android:background="@mipmap/shared"
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_shared1"
|
|
|
style="@style/SimpleTextView"
|
|
|
- android:text="@string/simple_shared"
|
|
|
- android:background="@color/simple_shared_processing"/>
|
|
|
+ android:text="@string/simple_shared"/>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -279,14 +277,13 @@
|
|
|
android:id="@+id/iv_shared2"
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
- android:background="@mipmap/unlock"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
+ android:background="@mipmap/shared"
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_shared2"
|
|
|
style="@style/SimpleTextView"
|
|
|
- android:text="@string/simple_shared"
|
|
|
- android:background="@color/simple_shared_done"/>
|
|
|
+ android:text="@string/simple_shared"/>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -338,7 +335,7 @@
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
android:background="@mipmap/confirm"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
|
@@ -396,7 +393,7 @@
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
android:background="@mipmap/waiting"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
|
@@ -438,7 +435,7 @@
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
android:background="@mipmap/home"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
+ />
|
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
|
android:text="@string/simple_return_home"/>
|
|
|
@@ -453,7 +450,7 @@
|
|
|
android:layout_width="@dimen/simple_icon_size"
|
|
|
android:layout_height="@dimen/simple_icon_size"
|
|
|
android:background="@mipmap/settings"
|
|
|
- android:layout_marginRight="5dp"/>
|
|
|
+ />
|
|
|
<TextView
|
|
|
style="@style/SimpleTextView"
|
|
|
android:text="@string/simple_setting"/>
|