Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # 블랙 테마 설정 `AndroidManifest.xml` 파일에 내용을 추가합니다. ```xml <application ... android:theme="@android:style/Theme.Holo"/> ... </application> ``` `android:style/Theme.Holo requires API level 11 (current min is 8)` 코드를 입력했을 때에, 위와 에러가 발생하면, `android:minSdkVersion="8"` 부분을 `11`로 변경합니다. ## 참고 * <http://developer.android.com/guide/topics/ui/themes.html#ApplyATheme> open/android-studio-black-theme.txt Last modified: 2024/10/05 06:15by 127.0.0.1