国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 张北县| 湘乡市| 玉龙| 唐海县| 蕉岭县| 应用必备| 固原市| 永和县| 贵阳市| 集安市| 封丘县| 双桥区| 东城区| 长顺县| 炎陵县| 宣恩县| 平定县| 奎屯市| 政和县| 祥云县| 芒康县| 永城市| 平遥县| 五峰| 军事| 天长市| 财经| 营口市| 蒙山县| 务川| 三原县| 祁阳县| 景泰县| 九龙城区| 年辖:市辖区| 重庆市| 平乐县| 新津县| 汉寿县| 清流县| 顺平县|