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

首頁 > 系統 > Android > 正文

Android設置PreferenceCategory背景顏色的方法

2020-04-11 11:32:53
字體:
來源:轉載
供稿:網友

本文實例講述了Android設置PreferenceCategory背景顏色的方法。分享給大家供大家參考。具體分析如下:

大家可能遇到,PreferenceCategory默認是黑色背景,如何我們更換了PreferenceScreen的背景,那么這種分隔欄看上去很丑,那么怎么更改背景呢?我們可以通過自定義VIEW來實現。

代碼如下:

public class MyPreferenceCategory extends PreferenceCategory { public MyPreferenceCategory(Context context, AttributeSet attrs) {  super(context, attrs); } @Override protected void onBindView(View view) {  super.onBindView(view);  view.setBackgroundColor(Color.parseColor("#b0000000"));  if (view instanceof TextView) {   TextView tv = (TextView) view;   tv.setTextSize(16);   tv.setTextColor(Color.BLACK);  } }}

在xml調用時(自定義用法。。。你懂的):

<com.blogchen.myview.MyPreferenceCategory android:title="其他" >  <PreferenceScreen   android:key="blog_"   android:summary="作者博客地址"   android:title="訪問博客" >   <intent    android:action="android.intent.action.VIEW"    android:data="http://m.survivalescaperooms.com" />  </PreferenceScreen></com.blogchen.myview.MyPreferenceCategory>

希望本文所述對大家的Android程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 嘉善县| 甘德县| 鹤壁市| 苗栗县| 民丰县| 万源市| 鲜城| 乌兰浩特市| 台北市| 奉节县| 习水县| 容城县| 武清区| 上犹县| 南华县| 博兴县| 东山县| 江安县| 德江县| 建水县| 上思县| 云南省| 阿鲁科尔沁旗| 民权县| 新竹县| 乐都县| 砀山县| 中阳县| 德化县| 惠来县| 兴隆县| 虹口区| 万源市| 鞍山市| 东源县| 丹棱县| 九龙县| 青州市| 邯郸市| 梓潼县| 沙河市|