Selaa lähdekoodia

1.修改Android Apex Search,增加搜索框。

Pen Li 8 vuotta sitten
vanhempi
commit
13d49273ef
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      Apex Mobile/app/src/main/res/layout/activity_search_list.xml

+ 3 - 2
Apex Mobile/app/src/main/res/layout/activity_search_list.xml

@@ -27,8 +27,9 @@
         <Button
             android:id="@+id/search_table_expand_btn"
             android:layout_width="wrap_content"
-            android:layout_height="match_parent"
-            android:background="@drawable/bg_button"
+            android:layout_height="wrap_content"
+            android:background="@drawable/btn_bg"
+            android:layout_margin="5dp"
             android:text="Show"
             android:textAllCaps="false"/>