news_detail.xml3

来源:互联网 发布:淘宝美工助理学历要求 编辑:程序博客网 时间:2024/05/20 09:06
   
            <TextView android:textSize="16.0dip"
                android:textColor="#ff000000"
                android:autoLink="all"
                android:id="@+id/news_detail_content"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:layout_marginTop="10.0dip"
                android:layout_marginBottom="10.0dip"
                android:layout_below="@id/divide_line" />
        </RelativeLayout>
    </ScrollView>
   
</RelativeLayout>