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

首頁 > 系統 > Android > 正文

Android自定義Style實現方法

2020-02-21 17:31:04
字體:
來源:轉載
供稿:網友

關于Android自定義Style實現方法你了解嗎?如果還在困惑當中,那正好,這篇文章剛好能替你解憂,在文章,我們武林技術小編附上了最為詳細的代碼給到各位,希望能與君共勉,一起學習。

styles.xml如下:
[html]

?

<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]?

?

<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]

?

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

}?

以上就是Android自定義Style實現方法,如果大家想了解更多關于Android的相關內容,請持續關注武林技術頻道。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 鹤山市| 甘谷县| 兴业县| 宝坻区| 藁城市| 拉孜县| 上栗县| 青阳县| 昌邑市| 莫力| 若尔盖县| 金门县| 彭水| 绍兴市| 永宁县| 武义县| 东海县| 昭觉县| 南漳县| 格尔木市| 贵南县| 荣昌县| 绥中县| 彩票| 开封市| 绍兴县| 磐安县| 水城县| 雅安市| 疏勒县| 绥中县| 姜堰市| 霍林郭勒市| 措勤县| 防城港市| 天津市| 库伦旗| 台江县| 昆明市| 腾冲县| 新民市|