아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
1. Style.xml
<style name="AppTheme.Picker" parent="Theme.AppCompat.Light.NoActionBar" >
<item name="android:textColorPrimary">@color/white</item>
<item name="colorControlNormal">@color/grey_100</item>
<item name="android:textColorHighlight">@color/colorPrimary</item>
<item name="android:textSize">20sp</item>
</style>
2. XML
<NumberPicker
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:theme="@style/AppTheme.Picker"
/>
NumberPicker 뿐만 아니라, 대부분에 적용되는 기본 룰이다.
소스로 하지 말고 요렇게 하는게 정석.
' [안드로이드 공부] > UI' 카테고리의 다른 글
Resources$NotFoundException: Resource ID #0x0 in AlertDialog (0) | 2018.09.14 |
---|---|
Error : BinderProxy@ is not valid; is your activity running? (0) | 2018.09.10 |
Class not found when unmarshalling NoClassDefFoundError (0) | 2018.01.16 |
[안드로이드] actionBar, setDisplayShowHomeEnabled(boolean)' on a null object reference (0) | 2017.06.29 |
[안드로이드] AlertDailog 버튼 색 변경 하기 (0) | 2016.10.05 |
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |