item_files.xml 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="45dp"
  5. android:orientation="vertical">
  6. <RelativeLayout
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent">
  9. <ImageView
  10. android:id="@+id/img_view"
  11. android:layout_width="wrap_content"
  12. android:layout_centerVertical="true"
  13. android:layout_height="wrap_content"
  14. android:background="@mipmap/icon_syszcgl_wj" />
  15. <TextView
  16. android:id="@+id/tv_file_name"
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:layout_centerVertical="true"
  20. android:layout_marginLeft="10dp"
  21. android:layout_toRightOf="@+id/img_view"
  22. android:maxLines="1"
  23. android:text="cehis0001"
  24. android:textColor="@color/purple_fa" />
  25. </RelativeLayout>
  26. </LinearLayout>