Spinner does not show selected value

后端 未结 25 1401
-上瘾入骨i
-上瘾入骨i 2020-12-03 13:16

I have implemented the spinner by populating the array list through database.I can get and show the array list in my spinner array adapter but if I select the item in spinne

25条回答
  •  天命终不由人
    2020-12-03 13:47

    out_marginLeft="50dp"
                android:layout_marginTop="50dp"
                android:layout_marginRight="50dp"
                android:gravity="center"
                android:orientation="vertical">
    
                
    
                
              
    
    Java
    

提交回复
热议问题