再從menifest中引用<?xml version="1.0" encoding="utf-8"?>
name="concealtitle">
name="android
:windownotitle">true
item>
style>
resources>
android:theme="@style/concealtitle"
- android系統自帶樣式
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.wall*****」 : 用系統桌面為應用程式背景
android:theme=」theme.wall*****.notitlebar」 : 用系統桌面為應用程式背景,且無標題欄
android:theme=」theme.wall*****.notitlebar.fullscreen」 : 用系統桌面為應用程式背景,無標題欄,全屏
android:theme=」theme.translucent : 透明背景
android:theme=」theme.translucent.notitlebar」 : 透明背景並無標題
android:theme=」theme.translucent.notitlebar.fullscreen」 : 透明背景並無標題,全屏
android:theme=」theme.panel 「: 面板風格顯示
android:theme=」theme.light.panel」 : 平板風格顯示
android去除標題欄
這是常用的幾種辦法 方法1 直接在activity的oncreate 方法中,requestwindowfeature window.feature no title 注意這句 要寫在,設定布局之前,不過這樣有個缺點只是在單個頁面的!方法2 在清單檔案中配置一下,將它預設的主題改為 android ...
Android去除自帶的標題欄
我們在做專案開發的時候,往往自帶的標題欄都難以滿足我們的要求。這時,我們便希望通過自定義標題欄去實現,但在此之前我們需要做一步重要的準備工作,那便是去除原本自帶的標題欄,否則便會出現雙標題欄的情況,這對於我們或者使用者來說,都是難以接受的。好了,廢話不多說,下面我們來看如何實現。在我看來,去除and...
VC 去除標題欄
方法一 使用api實現 隱藏titlebar long lstyle getwindowlong this m hwnd,gwl style setwindowlong this m hwnd,gwl style,lstyle ws caption setwindowpos this m hwnd,...