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

首頁 > 系統 > Android > 正文

如何給Android中的按鈕添加圖片功能

2019-10-23 19:45:58
字體:
來源:轉載
供稿:網友

在layout中建一個my_login.xml文件 代碼如下

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:Android="http://schemas.android.com/apk/res/android"    android:layout_width="fill_parent"    android:layout_height="fill_parent"    android:gravity="center"    android:background="@drawable/app_icon"    android:orientation="vertical" >    <Button      android:id="@+id/startOrder_btn"      android:layout_width="fill_parent"      android:layout_height="fill_parent"      android:background="@drawable/apply"      android:textSize="25sp" >    </Button>    <Button      android:id="@+id/managerOrder_btn"      android:layout_width="fill_parent"      android:layout_height="fill_parent"      android:background="@drawable/apply"      android:textSize="25sp" >    </Button></LinearLayout>--------------------------------------------------------------------------------------------------------------------------------------------在drawable-xxhdpi中添加圖片--------------------------------------------------------------------------------------------------------------------------------------------

在Mainactivity中添加如下代碼:

LayoutInflater inflater = LayoutInflater.from(mMainActivity);  View layout=inflater.inflate(R.layout.my_login,null);  ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(MainActivity.this, 2131099656);  AlertDialog.Builder builder =new AlertDialog.Builder(contextThemeWrapper);  builder.setView(layout);  builder.setCancelable(false);  builder.create().show();  Button startOrder_btn=(Button) layout.findViewById(R.id.startOrder_btn);  Button managerOrder_btn=(Button) layout.findViewById(R.id.managerOrder_btn);  startOrder_btn.setOnClickListener(new OnClickListener(){  public void onClick(View v) {  //加上你要實現的代碼  YSDKApi.login(ePlatform.QQ);  }  });  managerOrder_btn.setOnClickListener(new OnClickListener(){  public void onClick(View v) {//加上你要實現的代碼  YSDKApi.login(ePlatform.WX);  }  });

以上所述是小編給大家介紹的給Android中的按鈕添加圖片功能,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對VEVB武林網網站的支持!


注:相關教程知識閱讀請移步到Android開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 津南区| 焦作市| 盐边县| 松滋市| 达州市| 金华市| 贵溪市| 石柱| 洱源县| 新绛县| 淮滨县| 北宁市| 明光市| 乐平市| 信宜市| 沈丘县| 宁化县| 安阳县| 乾安县| 甘谷县| 梧州市| 泰宁县| 民勤县| 汉阴县| 台州市| 会宁县| 伊春市| 定日县| 平阳县| 祥云县| 成都市| 陇川县| 自治县| 华亭县| 凯里市| 灯塔市| 娄底市| 鄂伦春自治旗| 青海省| 天全县| 深州市|