`
hyshucom
  • 浏览: 809548 次
文章分类
社区版块
存档分类
最新评论

自定义LinearLayout

 
阅读更多
 <cn.edu.widget.WidgetQuestion
                    android:id="@id/widgetQuestion"
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent" />
                    -->

这个布局为

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_marginLeft="4.0dip"
    android:layout_marginRight="4.0dip"
    android:orientation="vertical" >

    <TextView
        android:id="@id/txtQuestionInfo"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="" />

    <TextView
        android:id="@id/txtQuestionContent"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="" />............................................


如何,将1 添加到 2


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics