Explorar el Código

1.修改Android Apex Order状态Icon大小。

Pen Li hace 7 años
padre
commit
1f95678056
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      ApexDrivers/app/src/main/res/layout/home_order_cell.xml

+ 2 - 2
ApexDrivers/app/src/main/res/layout/home_order_cell.xml

@@ -41,8 +41,8 @@
 
             <ImageView
                 android:id="@+id/status_view"
-                android:layout_width="60dp"
-                android:layout_height="60dp"
+                android:layout_width="50dp"
+                android:layout_height="50dp"
                 android:layout_marginLeft="5dp"
                 android:layout_marginRight="5dp"
                 android:layout_centerVertical="true"