input_panel_bottom_func_bar.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical" android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <LinearLayout
  6. android:layout_width="match_parent"
  7. android:layout_height="wrap_content"
  8. android:orientation="horizontal"
  9. android:background="@drawable/nim_message_view_bottom"
  10. android:padding="8dp">
  11. <ImageView
  12. android:id="@+id/chat_bottom_bar_01"
  13. android:layout_weight="2"
  14. android:layout_width="0dp"
  15. android:layout_height="wrap_content"
  16. android:src="@drawable/chat_01_unpressed"/>
  17. <ImageView
  18. android:id="@+id/chat_bottom_bar_02"
  19. android:layout_weight="2"
  20. android:layout_width="0dp"
  21. android:layout_height="wrap_content"
  22. android:src="@drawable/chat_02_unpressed"/>
  23. <ImageView
  24. android:id="@+id/chat_bottom_bar_03"
  25. android:layout_weight="2"
  26. android:layout_width="0dp"
  27. android:layout_height="wrap_content"
  28. android:src="@drawable/chat_03_unpressed"/>
  29. <ImageView
  30. android:id="@+id/chat_bottom_bar_04"
  31. android:layout_weight="2"
  32. android:layout_width="0dp"
  33. android:layout_height="wrap_content"
  34. android:src="@drawable/chat_04_unpressed"/>
  35. <ImageView
  36. android:id="@+id/chat_bottom_bar_05"
  37. android:layout_weight="2"
  38. android:layout_width="0dp"
  39. android:layout_height="wrap_content"
  40. android:src="@drawable/chat_05_unpressed"/>
  41. </LinearLayout>
  42. </LinearLayout>