티스토리 뷰
그래도 안드로이드용 어플리케이션을 꽤 오랫동안 개발하였는데
지금도 골치아프고 귀찮은 녀석이 안드로이드앱에서 사용하는 테마와 style 입니다.
각각의 컴포넌트들이 어떠한 속성들을 가지고 있고, 어떠한 기본값을 가지고 있는지 알수도 없고,
디테일하게 설명되어있는 문서도 없어서
이상한 현상을 발견할때마다 구글링을 해야되니 말이죠.
progressdialog를 사용해서 로딩을 표시하였는데
일부기기에서 progressdialog 뒤에 알수 없는 백그라운드가 나타나는것입니다.
역시 구글과 스택오버플로우가 도와주네요.
https://stackoverflow.com/questions/13347539/change-background-of-progressdialog
<style name="MyTheme" parent="@android:style/Theme.Dialog">
<item name="android:alertDialogStyle">@style/CustomAlertDialogStyle</item>
<item name="android:textColorPrimary">#000000</item>
</style>
<style name="CustomAlertDialogStyle">
<item name="android:bottomBright">@color/transparent</item>
<item name="android:bottomDark">@color/transparent </item>
<item name="android:bottomMedium">@color/transparent </item>
<item name="android:centerBright">@color/transparent </item>
<item name="android:centerDark">@color/transparent </item>
<item name="android:centerMedium">@color/transparent </item>
<item name="android:fullBright">@color/transparent </item>
<item name="android:fullDark">@color/transparent </item>
<item name="android:topBright">@color/transparent </item>
<item name="android:topDark">@color/transparent </item>
</style>
이렇게 사용하시면 백그라운드가 2중으로 나오는 현상이 해결됩니다.
'스마트폰 > 안드로이드' 카테고리의 다른 글
안드로이드 지역화 꼭 모든 단어를 번역하지 않아도 됩니다 (0) | 2017.11.02 |
---|---|
android에서 다양한 스크린 사이즈에 맞춰서 view를 보여주려면 (0) | 2017.11.01 |
안드로이드 기기의 width, height, density 가져오기 (0) | 2017.10.30 |
android viewpager용 pageindicator (0) | 2017.10.28 |
viewpager를 recyclerview안에서 사용하기 (4) | 2017.10.27 |
- Total
- Today
- Yesterday
- 공모전
- 소프트웨어
- 경진대회
- JavaScript
- CSS
- AWS
- 게임
- 네이버
- 대학생
- 구글
- 트위터
- 앱
- 웹표준
- iPhone
- 앱스토어
- android
- 아이폰
- Apple
- 모바일
- 자바스크립트
- 벤처
- 애플
- 어플리케이션
- 아이디어
- php
- 안드로이드
- 창업
- 스마트폰
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |