Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 설치
- C#
- html5
- 안드로이드
- php 시큐어코딩
- 안드로이드 푸시
- 자바스크립트
- php 취약점
- 자동 생성
- not working
- 안드로이드 gcm
- 안드로이드 푸쉬
- chart.js
- roundcube
- PHP
- 폼메일
- Android
- WebView
- FCM
- mysql
- javascript
- Mail Server
- 우분투
- android 효과음
- dovecot
- UML
- xe
- C# IO
- soundpool
- curl
Archives
- Today
- Total
목록Alert (1)
그러냐
Activity 에 적용한 theme 과 AlertDialog theme 을 다르게 적용하기
Activity theme 을 적용하면 해당 activity 에서 생성하는 AlertDialog 까지 theme 이 영향을 받는다. 상황) ICS 용 앱을 개발하면서 title bar 는 GingerBread theme 를 사용하고 AlertDialog 는 ICS theme 를 따르고 싶다. 우선 안드로이드 버전별 기본 테마는 아래와 같다. 11 버전 이하의 경우 : @android:style/Theme 11 버전과 13의 경우 : @android:style/Theme.Holo 14 이상의 경우 : @android:style/Theme.DeviceDefault 인용: http://starkapin.tistory.com/379 AndroidManifest.xml 파일을 열고 activity 에 11 버전의..
android
2017. 3. 20. 11:47