2017-04-05 73 views

回答

3

Help Here

style="@style/Base.Widget.AppCompat.Spinner.Underlined" 
+0

@EmenyBoudhri可以使用的主題和風格在這裏得到解答http://stackoverflow.com/a/37113554 – azzits

+0

資源'@風​​格/ Base_Widget_AppCompat_Spinner_Underlined'在'com.android.support:appcompat-標記爲私有這意味着appcompat庫的開發人員可能很容易更改甚至刪除此資源,因爲它不應該在appcompat庫之外使用 – arslancharyev31

0

只需添加一個視圖後微調像這樣...

<Spinner 
    android:id="@+id/spinner1" 
    android:layout_width="match_parent" 
    android:layout_height="wrap_content" 
    /> 

    <View 
    android:layout_width="match_parent" 
    android:layout_height="2dp" 
    android:background="@android:color/darker_gray"/>