Bläddra i källkod

调整后退键大小,反应更灵敏。

Axion 7 år sedan
förälder
incheckning
86c05f0e7c

+ 4 - 3
app/src/main/res/layout/fragment_case.xml

@@ -13,12 +13,13 @@
 
         <ImageView
             android:id="@+id/iv_back_case"
-            android:layout_width="@dimen/margin20dp"
-            android:layout_height="@dimen/margin20dp"
+            android:layout_width="@dimen/margin50dp"
+            android:layout_height="match_parent"
             android:src="@drawable/ic_imagepicker_arrow_left"
             android:layout_alignParentLeft="true"
             android:layout_centerInParent="true"
-            android:layout_marginLeft="10dp"
+            android:scaleType="centerInside"
+
             />
         <TextView
             android:id="@+id/tv_title_case"

+ 4 - 4
app/src/main/res/layout/fragment_home_net.xml

@@ -13,12 +13,12 @@
 
         <ImageView
             android:id="@+id/iv_back_home_net"
-            android:layout_width="@dimen/margin20dp"
-            android:layout_height="@dimen/margin20dp"
-            android:src="@drawable/ic_imagepicker_arrow_left"
+            android:layout_width="@dimen/margin50dp"
+            android:layout_height="match_parent"
             android:layout_alignParentLeft="true"
             android:layout_centerInParent="true"
-            android:layout_marginLeft="10dp"
+            android:scaleType="centerInside"
+            android:src="@drawable/ic_imagepicker_arrow_left"
             />
         <TextView
             android:id="@+id/tv_title_home_net"

+ 3 - 3
app/src/main/res/layout/fragment_info.xml

@@ -13,12 +13,12 @@
 
         <ImageView
             android:id="@+id/iv_back_info"
-            android:layout_width="@dimen/margin20dp"
-            android:layout_height="@dimen/margin20dp"
+            android:layout_width="@dimen/margin50dp"
+            android:layout_height="match_parent"
             android:src="@drawable/ic_imagepicker_arrow_left"
             android:layout_alignParentLeft="true"
             android:layout_centerInParent="true"
-            android:layout_marginLeft="10dp"
+            android:scaleType="centerInside"
             />
         <TextView
             android:id="@+id/tv_title_info"