app_news.xml

来源:互联网 发布:c语言算法教程 编辑:程序博客网 时间:2024/06/07 00:41
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="10.0dip"
   xmlns:android="http://schemas.android.com/apk/res/android">
 
    <View android:id="@+id/home_shop_news_title_nderline"
        style="@style/line1" />
   
    <ListView android:id="@+id/report_list"
     android:scrollbars="none"
        android:layout_width="fill_parent"
        android:layout_height="150dip"
        android:layout_marginLeft="1.0dip"
        android:layout_marginRight="1.0dip"
        android:cacheColorHint="#00000000"
        android:divider="#ffcccccc"
        android:dividerHeight="1.0dip"
        android:layout_below="@id/home_shop_news_title_nderline"
        android:footerDividersEnabled="false" />
   
    <TextView android:textSize="16.0dip"
        android:textColor="#ffcc3333"
        android:gravity="center"
        android:id="@+id/reportText"
        android:background="@drawable/more_news_footer_bg"
        android:paddingTop="7.0dip"
        android:paddingBottom="7.0dip"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="+更多"
        android:layout_below="@id/report_list" />
</RelativeLayout>
原创粉丝点击