jmitemcountlist.xml 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content"
  4. android:orientation="horizontal">
  5. <View
  6. android:layout_width="match_parent"
  7. android:layout_height="1dp"
  8. android:alpha="0.5"
  9. android:background="#d6d6d6"/>
  10. <TextView
  11. android:padding="5sp"
  12. android:id="@+id/TextView"
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content"
  15. android:layout_alignParentLeft="true"
  16. android:layout_centerVertical="true"
  17. android:textColor="@color/jmfont_black"
  18. android:textSize="15sp"/>
  19. <ImageView
  20. android:id="@+id/ibcancel"
  21. android:layout_width="30dp"
  22. android:layout_height="30dp"
  23. android:layout_alignParentRight="true"
  24. android:layout_centerVertical="true"
  25. android:background="@drawable/jm_cancel"/>
  26. </RelativeLayout>