【移动开发】Android中各种xml汇总-创新互联

  Android中xml使用十分广泛,这里简单汇总一下,使其更加系统化!

创新互联建站专业为企业提供湘潭县网站建设、湘潭县做网站、湘潭县网站设计、湘潭县网站制作等企业网站建设、网页设计与制作、湘潭县企业网站模板建站服务,10余年湘潭县做网站经验,不只是建网站,更提供有价值的思路和整体网络服务。

1.arrays.xml   定义数组

<resources>
     <string-array name="newstitle">
         <item>国际</item>
         <item>国内</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 定义画布

<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  旋转动画

<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 旋转动画效果 
                                                   
        属性:interpolator 指定一个动画的插入器,用来控制动画的速度变化 
                                                   
        fromDegrees 属性为动画起始时物件的角度     
        toDegrees   属性为动画结束时物件旋转的角度,+代表顺时针 
        duration  属性为动画持续时间,以毫秒为单位 
 --> 
 </set>

  以上这些就是android中常用的xml,至于其他的自行查阅喽~

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。

网站名称:【移动开发】Android中各种xml汇总-创新互联
URL标题:https://www.cdcxhl.com/article4/dshpoe.html

成都网站建设公司_创新互联,为您提供全网营销推广微信小程序App设计网站收录营销型网站建设网站导航

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

微信小程序开发