<LinearLayout        android:id="@+id/main_radio"        android:layout_width="fill_parent"        android:layout_height="wrap_content"        android:layout_alignParentBottom="true"        android:layout_gravity="bottom"        android:background="@drawable/toolbar2_bg"        android:gravity="center_vertical"        android:orientation="horizontal" >        <Button            android:id="@+id/radio_button0"            style="@style/radio_style"            android:drawableTop="@drawable/icon_1_n"            android:tag="radio_button0"            android:text="确定选中" />        <Button            android:id="@+id/radio_button1"            style="@style/radio_style"            android:drawableTop="@drawable/icon_2_n"            android:tag="radio_button1"            android:text="删除选中" />        <Button            android:id="@+id/radio_button2"            style="@style/radio_style"            android:drawableTop="@drawable/icon_3_n"            android:tag="radio_button2"            android:text="删除全部" />    </LinearLayout>

更多相关文章

  1. android操作通讯录的联系人
  2. android中listview中去除背景色选中色
  3. android操作通讯录的联系人
  4. Android:控件样式触发
  5. Android中的drawable state的各种状态
  6. [android]控件CheckBox/RadioGroup/RadioButton的常用属性---单
  7. Android(安卓)Studio:一个空格导致的错误
  8. 解决Gradle DSL method not found: ‘android()’
  9. android中星级评分控件RatingBar的使用

随机推荐

  1. Android(安卓)中短信数据库的简单操作
  2. 1.4.1 Android的编码规范
  3. android 背光驱动
  4. 一个很酷的加载loading效果
  5. Android(安卓)OpenSSL分析及实例
  6. Android(安卓)studio 升级Android(安卓)S
  7. 获取Android设备的方向 -- gsensor
  8. Android(安卓)Intent常见的FLAG
  9. 通知:Android(安卓)官方文档翻译正式开动
  10. android 换肤