Android 에 서 는 인터페이스 테마 Theme 사용 방법 과 페이지 정시 전환 응용 을 사용 합 니 다.
android:theme="@android:style/Theme.Dialog" Activity
android:theme="@android:style/Theme.NoTitleBar"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" ,
android:theme="Theme.Light"
android:theme="Theme.Light.NoTitleBar"
android:theme="Theme.Light.NoTitleBar.Fullscreen" , ,
android:theme="Theme.Black"
android:theme="Theme.Black.NoTitleBar"
android:theme="Theme.Black.NoTitleBar.Fullscreen" , ,
android:theme="Theme.Wallpaper"
android:theme="Theme.Wallpaper.NoTitleBar" ,
android:theme="Theme.Wallpaper.NoTitleBar.Fullscreen" , ,
android:theme="Translucent"
android:theme="Theme.Translucent.NoTitleBar" 、
android:theme="Theme.Translucent.NoTitleBar.Fullscreen" 、 、
android:theme="Theme.Panel"
android:theme="Theme.Light.Panel"
android:theme="@android:style/Theme.Dialog" Activity
android:theme="@android:style/Theme.NoTitleBar"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" ,
android:theme="Theme.Light"
android:theme="Theme.Light.NoTitleBar"
android:theme="Theme.Light.NoTitleBar.Fullscreen" , ,
android:theme="Theme.Black"
android:theme="Theme.Black.NoTitleBar"
android:theme="Theme.Black.NoTitleBar.Fullscreen" , ,
android:theme="Theme.Wallpaper"
android:theme="Theme.Wallpaper.NoTitleBar" ,
android:theme="Theme.Wallpaper.NoTitleBar.Fullscreen" , ,
android:theme="Translucent"
android:theme="Theme.Translucent.NoTitleBar" 、
android:theme="Theme.Translucent.NoTitleBar.Fullscreen" 、 、
android:theme="Theme.Panel"
android:theme="Theme.Light.Panel"
이런 주 제 는 전체 응용 프로그램 범위 나 특정한 활동 활동 활동 범위 에 응용 할 수 있다.응용 프로그램 범 위 는 AndroidManifest.xml 의 응용 프로그램 노드 에 theme 속성 을 설정 하고 테마 theme 는 전체 응용 프로그램 에 적 용 됩 니 다.
<application
Android:icon=”@drawable/icon”
Android:icon=”@string/app_name”
Android:icon=”@android:style/ Theme.Black.NoTitleBar”>
이벤트 Activity 범 위 는 자바 코드 를 사용 하거나 AndroidManifest.xml 에서 이벤트 Activity 의 테 마 를 설정 합 니 다.테 마 는 현재 이벤트 에 만 적 용 됩 니 다.AndroidMainifest.xml 설정 방법:
<activity
android:name=“.About”
android:label=“@string/app_name”
android:theme=“@android:style/ Theme.Black.NoTitleBar” >
자바 코드 를 사용 하여 설정 하고 현재 활동 Activity 의 onCreate 에서 설정 합 니 다.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
PSoC 6 듀얼 코어로 Hello World (2)에서는, 메세지 기능을 사용해 Cortex-M4로부터 Cortex-M0+에 캐릭터 라인을 보내, UART로부터 출력을 얻고 있었습니다. 이번에는 Cortex-M4 측에 복수의 태스크를 갖게 해, 태스크간에 UART의...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.