AS工程各種配置檔案作用

2021-10-19 16:03:46 字數 3527 閱讀 4245

android:icon=圖示樣式為普通圖示

android:roundicon=圖示樣式為圓形圖示

android:supportsrtl=是否支援從右到左的布局

<uses-permissionandroid

:name=

"android.permission.camera"/>

<uses-permissionandroid

:name=

"android.permission.write_external_storage"/>

<uses-permissionandroid

:name=

"android.permission.flashlight"/>

<uses-permissionandroid

:name=

"android.permission.internet"/>

<uses-permissionandroid

:name=

"android.permission.record_audio"/>

<uses-permissionandroid

:name=

"android.permission.access_network_state"/>

<uses-permissionandroid

:name=

"android.permission.access_wifi_state"/>

<uses-permissionandroid

:name=

"android.permission.change_network_state"/>

3.註冊activity

在對應name的activity目錄下建立標籤    其中

<actionandroid:name="android.intent.action.main">action>

<categoryandroid:name="android.intent.category.launcher">category>

這兩個屬性值表示載入主頁面

4.設定theme樣式

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="translucent"  透明背景

android:theme="theme.translucent.notitlebar"  透明背景並無標題

android:theme="theme.translucent.notitlebar.fullscreen"  透明背景並無標題,全屏

android:theme="theme.panel"   面板風格顯示

android:theme="theme.light.panel" 平板風格顯示

android{}閉包用來指定版本之類的資訊【基本不用管】;dependencies{}閉包指定專案所有的依賴關係;庫的依賴方式分為3中:本地依賴、庫依賴、遠端依賴

桌面應用

<intent-filter>

<actionandroid:name="android.intent.action.main"/>

<categoryandroid:name="android.intent.category.launcher"/>

<categoryandroid:name="android.intent.category.home"/>

<categoryandroid:name="android.intent.category.default"/>

intent-filter>

SSH的各種配置檔案

對映檔案user.hbm.xml例子 net.hncu.po.user id username password age type int birth type date email xmlns xsi xsi schemalocation spring beans 2.5.xsd datasour...

Panabit的各種配置檔案

1.啟動配置檔案 路徑 etc rc.local 作用 這個檔案裡的內容是bsd啟動後會自動執行的命令 預設配置如下 fsck y t ufs dev ad0s2a dev null 掃瞄並修復磁碟分割槽 fsck y t ufs dev ad0s3a dev null fsck y t ufs d...

nginx配置檔案作用介紹

1 nginx配置檔案nginx.conf中文詳解 23 定義nginx執行的使用者和使用者組 4user www www 56 nginx程序數,建議設定為等於cpu總核心數。7 worker processes 8 8 9 全域性錯誤日誌定義型別,debug info notice warn e...