news_detail.xml 2

来源:互联网 发布:淘宝美工助理学历要求 编辑:程序博客网 时间:2024/06/10 06:36

            <TextView android:textSize="16.0dip"
                android:textStyle="bold"
                android:textColor="#ff000000"
                android:id="@+id/news_detail_title"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:layout_marginBottom="10.0dip" />
           
            <TextView android:textColor="#ff999999"
                android:id="@+id/news_detail_time"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:layout_marginBottom="10.0dip"
                android:layout_below="@id/news_detail_title" />
           
            <View android:id="@+id/divide_line"
                android:layout_below="@id/news_detail_time"
                style="@style/line1" />
         
原创粉丝点击