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 |
29 | 30 | 31 |
Tags
- roundcube
- php 취약점
- html5
- 안드로이드 푸시
- PHP
- mysql
- 안드로이드
- xe
- FCM
- android 효과음
- C# IO
- 우분투
- dovecot
- javascript
- C#
- soundpool
- Mail Server
- 안드로이드 푸쉬
- 폼메일
- not working
- WebView
- php 시큐어코딩
- 자바스크립트
- 안드로이드 gcm
- curl
- UML
- chart.js
- 자동 생성
- Android
- 설치
Archives
- Today
- Total
목록webview 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