안드로이드 TextView를 Spinner Style로 만들고 싶을때 간단한 방법

 - .xml 에서 TextView 속성으로 style="?android:attr/spinnerStyle" 을 추가하면 된다.


예)

 <TextView

android:id="@+id/test"

style="?android:attr/spinnerStyle"

android:text="테스트"

android:layout_width="match_parent"

android:layout_height="wrap_content"/>


 style="?android:attr/spinnerStyle" 


 or


 style="@style/Widget.AppCompat.Spinner"


Posted by kkangMH

블로그 이미지
kkangMH

공지사항

Yesterday
Today
Total

달력

 « |  » 2024.11
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함