nim_message_robot_link.xml 764 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/fm_robot_link"
  4. android:layout_width="wrap_content"
  5. android:layout_height="wrap_content">
  6. <LinearLayout
  7. android:id="@+id/robot_content_view"
  8. android:layout_width="@dimen/robot_message_link_width"
  9. android:layout_height="wrap_content"
  10. android:layout_marginTop="6dp"
  11. android:layout_marginBottom="6dp"
  12. android:paddingTop="6dp"
  13. android:paddingBottom="6dp"
  14. android:background="@drawable/nim_robot_link_view_selector"
  15. android:gravity="center_horizontal"
  16. android:orientation="vertical">
  17. </LinearLayout>
  18. </FrameLayout>