怎樣做出乙個dialog樣式的activity

2021-06-18 17:28:05 字數 1152 閱讀 7768

分類:             android

2011-08-16 18:49

738人閱讀

收藏    

舉報dialog

android

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.wall*****"  用系統桌面為應用程式背景

•android:theme="theme.wall*****.notitlebar"  用系統桌面為應用程式背景,且無標題欄

•android:theme="theme.wall*****.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"

乙個好用的Dialog外掛程式

網頁中常常須要彈出dialog,儘管非常多js開源框架都提供這個功能,可是效果都不是非常好,比方easy ui。改動樣式這些又不是我擅長的,身邊又沒有美工兄弟,苦逼啊!easy ui的basicdialog 並且假設使用這個,僅僅能在div中加入 內容,source code例如以下 click b...

複製乙個Dialog後DoModal 返回 1

有乙個對話方塊idd sign,對應乙個類csign。我想再做乙個idd sign other對話方塊,呼叫csign類的時候,根據不同條件分別載入這兩個對話方塊。修改csign的建構函式 csign csign bool bother,cwnd pparent cdialog bother?idd...

在service中開啟乙個dialog

純粹是個人學習總結,如有不對的地方請吐槽。在dialog show方法之前新增如下 表示該dialog是乙個系統的dialog dialog.getwindow settype windowmanager.layoutparams.type system alert 測試 builder build...