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

首頁 > 系統 > Android > 正文

Android編程實現簡單設置按鈕顏色的方法

2019-12-12 03:32:02
字體:
來源:轉載
供稿:網友

本文實例講述了Android編程實現簡單設置按鈕顏色的方法。分享給大家供大家參考,具體如下:

1.工程目錄

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

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);  }}

更多關于Android相關內容感興趣的讀者可查看本站專題:《Android布局layout技巧總結》、《Android視圖View技巧總結》、《Android開發入門與進階教程》、《Android調試技巧與常見問題解決方法匯總》、《Android多媒體操作技巧匯總(音頻,視頻,錄音等)》、《Android基本組件用法總結》及《Android控件用法總結

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

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 南雄市| 中西区| 商南县| 卢氏县| 正定县| 临泽县| 涿州市| 惠东县| 长葛市| 白水县| 皮山县| 石台县| 新邵县| 皮山县| 罗定市| 兴宁市| 锡林郭勒盟| 沙田区| 长宁区| 饶河县| 绿春县| 仙居县| 伽师县| 广宁县| 应用必备| 沾化县| 和硕县| 赤峰市| 龙海市| 青河县| 潼关县| 广灵县| 江陵县| 岳阳市| 翁牛特旗| 长宁县| 溆浦县| 贡嘎县| 沂源县| 微山县| 隆安县|