xml 使用DashboardLayout.java的仪表板活动XML
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 使用DashboardLayout.java的仪表板活动XML相关的知识,希望对你有一定的参考价值。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<com.jgreene.example.DashboardLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="0px"
android:layout_weight="1"
android:background="#FFFFFF" >
<!-- Top Left Button -->
<Button
android:id="@+id/btn_1"
style="@style/DashboardButton"
android:drawableTop="@drawable/btn_1_icon"
android:text="@string/txt_btn_1" />
<!-- Top Right Button -->
<Button
android:id="@+id/btn_2"
style="@style/DashboardButton"
android:drawableTop="@drawable/btn_2_icon"
android:text="@string/txt_btn_2" />
<!-- Bottom Left Button -->
<Button
android:id="@+id/btn_3"
style="@style/DashboardButton"
android:drawableTop="@drawable/btn_3_icon"
android:text="@string/txt_btn_3" />
<!-- Bottom Right Button -->
<Button
android:id="@+id/btn_4"
style="@style/DashboardButton"
android:drawableTop="@drawable/btn_4_icon"
android:text="@string/txt_btn_4" />
</com.jgreene.example.DashboardLayout>
</LinearLayout>
以上是关于xml 使用DashboardLayout.java的仪表板活动XML的主要内容,如果未能解决你的问题,请参考以下文章
XML编程总结——使用DOM接口操作xml
(spark-xml) 使用 from_xml 函数解析 xml 列时仅接收 null
使用 Xslt 将 XML 转换为 XML
如何使用 System.Xml.Linq 解析 xml 文件
如何使用 XML::Simple 根据 Perl 中的 XML 属性内容修改 XML 元素?
如何使用 spark-xml 包使用 XSD 解析 XML?