本文實(shí)例講述了Android編程實(shí)現(xiàn)簡(jiǎn)單設(shè)置按鈕顏色的方法。分享給大家供大家參考,具體如下:
創(chuàng)新互聯(lián)建站專(zhuān)注于朝天網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠(chéng)為您提供朝天營(yíng)銷(xiāo)型網(wǎng)站建設(shè),朝天網(wǎng)站制作、朝天網(wǎng)頁(yè)設(shè)計(jì)、朝天網(wǎng)站官網(wǎng)定制、成都微信小程序服務(wù),打造朝天網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供朝天網(wǎng)站排名全網(wǎng)營(yíng)銷(xiāo)落地服務(wù)。
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.類(lèi)代碼
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); } }
更多關(guān)于A(yíng)ndroid相關(guān)內(nèi)容感興趣的讀者可查看本站專(zhuān)題:《Android布局layout技巧總結(jié)》、《Android視圖View技巧總結(jié)》、《Android開(kāi)發(fā)入門(mén)與進(jìn)階教程》、《Android調(diào)試技巧與常見(jiàn)問(wèn)題解決方法匯總》、《Android多媒體操作技巧匯總(音頻,視頻,錄音等)》、《Android基本組件用法總結(jié)》及《Android控件用法總結(jié)》
希望本文所述對(duì)大家Android程序設(shè)計(jì)有所幫助。
當(dāng)前名稱(chēng):Android編程實(shí)現(xiàn)簡(jiǎn)單設(shè)置按鈕顏色的方法
本文URL:http://aaarwkj.com/article38/psodpp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供營(yíng)銷(xiāo)型網(wǎng)站建設(shè)、品牌網(wǎng)站建設(shè)、Google、自適應(yīng)網(wǎng)站、App設(shè)計(jì)、網(wǎng)頁(yè)設(shè)計(jì)公司
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)