e227f65d8dbcf77699902ce5c25a57aebc058ad2.svn-base 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. style="@style/MatchMatch"
  6. tools:context=".ui.launcher.guide.GuideActivity">
  7. <!-- <cn.bingoogolapple.bgabanner.BGAGuideLinkageLayout style="@style/MatchMatch">-->
  8. <cn.bingoogolapple.bgabanner.BGABanner
  9. android:id="@+id/banner_guide_background"
  10. style="@style/MatchMatch"
  11. app:banner_pageChangeDuration="1000"
  12. app:banner_pointAutoPlayAble="false"
  13. app:banner_pointContainerBackground="@android:color/transparent"
  14. app:banner_pointDrawable="@drawable/selector_banner_unequal"
  15. app:banner_pointTopBottomMargin="15dp"
  16. app:banner_transitionEffect="alpha" />
  17. <!--<cn.bingoogolapple.bgabanner.BGABanner
  18. android:id="@+id/banner_guide_foreground"
  19. style="@style/MatchMatch"
  20. app:banner_pageChangeDuration="1000"
  21. app:banner_pointAutoPlayAble="false"
  22. app:banner_pointContainerBackground="@android:color/transparent"
  23. app:banner_pointDrawable="@drawable/selector_banner_unequal"
  24. app:banner_pointTopBottomMargin="15dp"
  25. app:banner_transitionEffect="stack" />-->
  26. <!-- </cn.bingoogolapple.bgabanner.BGAGuideLinkageLayout>-->
  27. <TextView
  28. android:id="@+id/tv_guide_skip"
  29. style="@style/WrapWrap"
  30. android:layout_alignParentRight="true"
  31. android:layout_marginTop="15dp"
  32. android:layout_marginRight="8dp"
  33. android:clickable="true"
  34. android:padding="4dp"
  35. android:text="跳过"
  36. android:textSize="16sp"
  37. android:visibility="gone" />
  38. <Button
  39. android:id="@+id/btn_guide_enter"
  40. android:layout_width="80dp"
  41. android:layout_height="28dp"
  42. android:layout_alignParentRight="true"
  43. android:layout_marginTop="25dp"
  44. android:layout_marginRight="8dp"
  45. android:background="@drawable/selector_button"
  46. android:clickable="true"
  47. android:text=" 进入首页 "
  48. android:textColor="@android:color/white"
  49. android:textSize="12sp"
  50. tools:visibility="visible" />
  51. </RelativeLayout>