update view

main
chenglifeng 6 months ago
parent a35b137e33
commit 5536ecb224
  1. 12
      app/src/main/res/layout/activity_special_control_network.xml

@ -37,14 +37,13 @@
android:layout_height="@dimen/sw_30dp"
android:layout_marginHorizontal="@dimen/sw_16dp"
android:layout_marginTop="@dimen/sw_7dp"
android:background="@drawable/bg_search"
android:orientation="horizontal">
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginEnd="@dimen/sw_4dp"
android:layout_weight="1">
android:layout_weight="1"
android:background="@drawable/bg_search">
<com.project.survey.widget.materialspinner.MaterialSpinner
android:id="@+id/spinnerName"
@ -56,14 +55,13 @@
<View
android:layout_width="@dimen/sw_8dp"
android:layout_height="@dimen/sw_2dp"
android:background="@drawable/bg_search_shadow_2" />
android:layout_height="match_parent" />
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginStart="@dimen/sw_4dp"
android:layout_weight="1">
android:layout_weight="1"
android:background="@drawable/bg_search">
<com.project.survey.widget.materialspinner.MaterialSpinner
android:id="@+id/spinnerVersion"

Loading…
Cancel
Save