Android中xml使用十分廣泛,這里簡(jiǎn)單匯總一下,使其更加系統(tǒng)化!
創(chuàng)新互聯(lián)建站專業(yè)為企業(yè)提供湘潭縣網(wǎng)站建設(shè)、湘潭縣做網(wǎng)站、湘潭縣網(wǎng)站設(shè)計(jì)、湘潭縣網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁(yè)設(shè)計(jì)與制作、湘潭縣企業(yè)網(wǎng)站模板建站服務(wù),10余年湘潭縣做網(wǎng)站經(jīng)驗(yàn),不只是建網(wǎng)站,更提供有價(jià)值的思路和整體網(wǎng)絡(luò)服務(wù)。1.arrays.xml 定義數(shù)組
<resources> <string-array name="newstitle"> <item>國(guó)際</item> <item>國(guó)內(nèi)</item> <item>軍事</item> </string-array> </resources>
2.colors.xml 定義顏色
<resources> <color name="blue_sky">#A0C8FF</color> <color name="vert_manu">#CCFF00</color> <color name="black">#000000</color> <color name="white">#FFFFFF</color> <color name="red">#FF0000</color> <color name="link_color">#FF0066CC</color> <color name="simiple_button_color">#FFF</color> <color name="blue">#0000FF</color> <color name="grey">#FFCBD2D8</color> </resources>
3.dimens.xml 定義尺寸
<resources> <dimen name="bottom_tab_font_size">12dp</dimen> <dimen name="bottom_tab_padding_up">5dp</dimen> <dimen name="bottom_tab_padding_drawable">8dp</dimen> </resources>
4.drawables.xml 定義畫(huà)布
<resources> <item type="drawable" name="shader1">#7f7f7f7f</item> <item type="drawable" name="highlight">#cf7f7f7f</item> <item type="drawable" name="barbg">#ef0a4267</item> <item type="drawable" name="trans">#00000000</item> <item type="drawable" name="chatdivider">#ffd6dadc</item> </resources>
5.strings.xml 定義字符串
<resources> <string name="app_name">Beem</string> <string name="OkButton">Ok</string> <string name="ClearButton">Clear</string> </resources>
6.styles.xml 定義樣式
<resources> <style name="Label"> <item name="android:textSize">18sp</item> <item name="android:textStyle">bold</item> <item name="android:typeface">sans</item> <item name="android:focusable">false</item> <item name="android:padding">12dip</item> </style> </resources>
7. selector選擇(按下效果) phoinix_popumenu_style.xml
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/phoinix_pushmail_btn_selected" /> <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/phoinix_pushmail_btn_selected" /> <item android:state_focused="true" android:drawable="@drawable/phoinix_small_selected"/> </selector>
8.menu 菜單
<menu xmlns:android="http://schemas.android.com/apk/res/android"> <group> <item android:id="@+id/chat_menu_contacts_list" android:visible="true" android:title="@string/chat_menu_contacts_list" android:icon="@drawable/ic_menu_friendslist" /> <item android:id="@+id/chat_menu_change_chat" android:visible="true" android:title="@string/chat_menu_change_chat" android:icon="@drawable/ic_menu_chat_dashboard" /> </group> <item android:id="@+id/chat_menu_close_chat" android:visible="true" android:title="@string/chat_menu_close_chat" android:icon="@drawable/ic_menu_end_conversation" /> </menu>
8.anim 旋轉(zhuǎn)動(dòng)畫(huà)
<set xmlns:android="http://schemas.android.com/apk/res/android"> <rotate android:interpolator="@android:anim/accelerate_decelerate_interpolator" android:fromDegrees="0" android:toDegrees="+360" android:duration="3000" /> <!-- rotate 旋轉(zhuǎn)動(dòng)畫(huà)效果 屬性:interpolator 指定一個(gè)動(dòng)畫(huà)的插入器,用來(lái)控制動(dòng)畫(huà)的速度變化 fromDegrees 屬性為動(dòng)畫(huà)起始時(shí)物件的角度 toDegrees 屬性為動(dòng)畫(huà)結(jié)束時(shí)物件旋轉(zhuǎn)的角度,+代表順時(shí)針 duration 屬性為動(dòng)畫(huà)持續(xù)時(shí)間,以毫秒為單位 --> </set>
以上這些就是android中常用的xml,至于其他的自行查閱嘍~
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。
網(wǎng)站名稱:【移動(dòng)開(kāi)發(fā)】Android中各種xml匯總-創(chuàng)新互聯(lián)
URL標(biāo)題:http://aaarwkj.com/article4/dshpoe.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供全網(wǎng)營(yíng)銷(xiāo)推廣、微信小程序、App設(shè)計(jì)、網(wǎng)站收錄、營(yíng)銷(xiāo)型網(wǎng)站建設(shè)、網(wǎng)站導(dǎo)航
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容