Sfoglia il codice sorgente

1.修改Android Apex Drivers Order Filter状态选项高度。

Pen Li 7 anni fa
parent
commit
b63432d75c

+ 6 - 1
ApexDrivers/app/src/main/res/layout/filter_status_cell.xml

@@ -1,7 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                 android:layout_width="match_parent"
-                android:layout_height="80dp">
+                android:layout_height="60dp">
+
+    <RelativeLayout
+        android:layout_width="match_parent"
+        android:layout_height="60dp"
+        />
 
     <TextView
         android:id="@+id/filter_status_title_tv"