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

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

Android編程實(shí)現(xiàn)簡(jiǎn)單設(shè)置按鈕顏色的方法

2019-10-23 19:44:05
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

本文實(shí)例講述了Android編程實(shí)現(xiàn)簡(jiǎn)單設(shè)置按鈕顏色的方法。分享給大家供大家參考,具體如下:

1.工程目錄

a.在res目錄-新建drawble文件夾放入自定義圖片

Android,設(shè)置,按鈕顏色

2.main.xml

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:Android="http://schemas.android.com/apk/res/android"  android:orientation="vertical"  android:layout_width="fill_parent"  android:layout_height="fill_parent"  ><TextView  android:layout_width="fill_parent"  android:layout_height="wrap_content"  android:text="@string/hello"  />  <ImageButton  android:id="@+id/button"  android:layout_width="wrap_content"  android:layout_height="wrap_content"  android:background="#000000"  android:src="@drawable/sy"  /></LinearLayout>

3.類代碼

package com.YANSE;import android.app.Activity;import android.os.Bundle;import android.widget.ImageButton;public class YANSE extends Activity {  private ImageButton Image =null;  @Override  public void onCreate(Bundle savedInstanceState) {    super.onCreate(savedInstanceState);    setContentView(R.layout.main);    Image=(ImageButton)findViewById(R.id.button);  }}

希望本文所述對(duì)大家Android程序設(shè)計(jì)有所幫助。


注:相關(guān)教程知識(shí)閱讀請(qǐng)移步到Android開發(fā)頻道。
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 平乐县| 随州市| 信阳市| 津市市| 加查县| 望江县| 牡丹江市| 巴塘县| 门源| 云梦县| 抚州市| 平原县| 连云港市| 轮台县| 神木县| 攀枝花市| 夹江县| 盱眙县| 大英县| 江陵县| 玉树县| 健康| 邵东县| 神木县| 临城县| 罗田县| 尉氏县| 遂宁市| 会昌县| 安仁县| 灵璧县| 镇江市| 中宁县| 越西县| 海盐县| 光山县| 扶绥县| 邛崃市| 上思县| 莱西市| 双鸭山市|