大家知道android助听器吗?如果不知道的赶紧看看我们给大家整理出来的教程
- <linearlayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical" android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <button android:layout_height="wrap_content" android:id="@+id/btnRecord"
- android:layout_width="fill_parent" android:text="开始边录边放">
- <button android:layout_height="wrap_content"
- android:layout_width="fill_parent" android:text="停止" android:id="@+id/btnStop">
- <button android:layout_height="wrap_content" android:id="@+id/btnExit"
- android:layout_width="fill_parent" android:text="退出">
- <textview android:id="@+id/TextView01" android:layout_height="wrap_content"
- android:text="程序音量调节" android:layout_width="fill_parent">
- <seekbar android:layout_height="wrap_content" android:id="@+id/skbVolume"
- android:layout_width="fill_parent">
android助听器精彩内容就到这里了!希望大家可以好好利用!
相关推荐:
判断android当前网络连接状态的方法