瀏覽代碼

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

Pen Li 7 年之前
父節點
當前提交
b63432d75c
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      ApexDrivers/app/src/main/res/layout/filter_status_cell.xml

+ 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"