nim_message_view_bottom.xml 461 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <item>
  4. <shape android:shape="rectangle" >
  5. <solid android:color="#e3e5e7" />
  6. </shape>
  7. </item>
  8. <item
  9. android:bottom="2px"
  10. android:top="2px">
  11. <shape android:shape="rectangle" >
  12. <solid android:color="@color/white" />
  13. </shape>
  14. </item>
  15. </layer-list>