国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > Android > 正文

Android自定義Style實(shí)現(xiàn)方法

2020-04-11 12:15:21
字體:
供稿:網(wǎng)友

styles.xml如下:
[html]

復(fù)制代碼 代碼如下:

<resources xmlns:android="http://schemas.android.com/apk/res/android"> 
    <style name="AppBaseTheme" parent="android:Theme.Light"> 
    </style> 
    <style name="AppTheme" parent="AppBaseTheme"> 
    </style> 

     <style name="testStyle">  
        <item name="android:textSize">30px</item>  
        <item name="android:textColor">#1110CC</item> 
        <item name="android:width">150dip</item> 
        <item name="android:height">150dip</item> 
    </style> 

</resources> 
 

main.xml如下:
[html] 

復(fù)制代碼 代碼如下:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:tools="http://schemas.android.com/tools" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    tools:context=".MainActivity" > 

    <TextView 
        style="@style/testStyle" 
        android:layout_width="wrap_content" 
        android:layout_height="wrap_content" 
        android:gravity="center" 
        android:layout_centerHorizontal="true" 
        android:layout_centerVertical="true" 
        android:text="@string/hello_world" /> 

</RelativeLayout> 

MainActivity如下:
[java]

復(fù)制代碼 代碼如下:

package com.cn; 
import android.os.Bundle; 
import android.app.Activity; 
/**
 * Demo示例:
 * 為控件設(shè)置自定義的Style
 * 步驟:
 * 1 在styles.xml文件中自定義一個style
 *   在該style中可以預(yù)設(shè)各種參數(shù).如文字大小,顏色
 *   寬,高等等屬性
 * 2 在布局文件中為控件設(shè)置style屬性,如:style="@style/testStyle"
 */ 
public class MainActivity extends Activity { 
    @Override  www.survivalescaperooms.com
    protected void onCreate(Bundle savedInstanceState) { 
        super.onCreate(savedInstanceState); 
        setContentView(R.layout.main); 
    } 


發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 原平市| 甘泉县| 长治市| 郓城县| 年辖:市辖区| 麻江县| 衡山县| 长宁区| 温州市| 宁强县| 南投市| 奉贤区| 沭阳县| 庐江县| 荆州市| 上饶市| 松阳县| 图木舒克市| 武鸣县| 饶河县| 临西县| 郧西县| 綦江县| 象山县| 巫山县| 蓬安县| 德令哈市| 文成县| 长春市| 邓州市| 吉隆县| 沙田区| 云南省| 三门峡市| 合江县| 中西区| 温宿县| 博野县| 天镇县| 页游| 页游|