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

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

Android開發(fā)之開關(guān)按鈕控件ToggleButton簡單用法示例

2019-10-22 18:20:51
字體:
供稿:網(wǎng)友

本文實(shí)例講述了Android開發(fā)之開關(guān)按鈕控件ToggleButton簡單用法。分享給大家供大家參考,具體如下:

先來看看運(yùn)行效果:

Android,開關(guān)按鈕控件,ToggleButton

具體代碼如下:

res/layout/activity_main.xml文件:

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"  xmlns:tools="http://schemas.android.com/tools"  android:layout_width="fill_parent"  android:layout_height="fill_parent"  android:orientation="vertical"  >  <ToggleButton    android:id="@+id/btn"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:textOff="橫向"    android:textOn="縱向"    android:checked="true"    />  <Button    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:text="測試"    /></LinearLayout>

MainActivity.java文件:

package com.example.test03;import android.os.Bundle;import android.app.Activity;import android.view.Menu;public class MainActivity extends Activity {  @Override  protected void onCreate(Bundle savedInstanceState) {    super.onCreate(savedInstanceState);    setContentView(R.layout.activity_main);  }  @Override  public boolean onCreateOptionsMenu(Menu menu) {    // Inflate the menu; this adds items to the action bar if it is present.    getMenuInflater().inflate(R.menu.main, menu);    return true;  }}

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


注:相關(guān)教程知識閱讀請移步到Android開發(fā)頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 桂林市| 盖州市| 荣成市| 山阴县| 怀化市| 新宁县| 庆云县| 聂荣县| 南和县| 本溪| 临漳县| 长泰县| 庐江县| 永兴县| 恩施市| 高邮市| 扶风县| 平远县| 浮梁县| 喀喇| 财经| 襄樊市| 桃园市| 西吉县| 临澧县| 内江市| 嘉黎县| 柳州市| 延川县| 方山县| 调兵山市| 濮阳县| 蕉岭县| 博罗县| 伊川县| 高平市| 肇东市| 修武县| 宣威市| 鹿泉市| 阿拉善右旗|