slide_video_marqueen_item.xml 827 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:layout_gravity="center"
  6. android:background="@color/transparent">
  7. <FrameLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:background="@drawable/slidevideo_marqueen_bg">
  11. <TextView
  12. android:id="@+id/item_marqueen_text"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. android:text="123123123123"
  16. android:textColor="@color/white"
  17. android:textSize="25dp"></TextView>
  18. </FrameLayout>
  19. </FrameLayout>