tysdkn_fragment_news.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:orientation="vertical">
  7. <RelativeLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="48dp"
  10. android:background="#ffffff">
  11. <TextView
  12. android:layout_width="wrap_content"
  13. android:layout_height="wrap_content"
  14. android:layout_centerInParent="true"
  15. android:text="消息"
  16. android:textColor="#30B8FF"
  17. android:textSize="16sp" />
  18. </RelativeLayout>
  19. <include layout="@layout/tysdkn_nothing" />
  20. <include layout="@layout/tysdkn_progressbar" />
  21. <ListView
  22. android:id="@+id/tysdkn_lv_news"
  23. android:layout_width="match_parent"
  24. android:layout_height="match_parent"
  25. android:layout_marginTop="5dp"
  26. android:divider="@null"
  27. android:scrollbars="none" />
  28. </LinearLayout>