super_activity_pay.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/super_white">
  6. <cn.ewan.supersdk.ui.view.TitleBar
  7. android:id="@+id/super_title_bar"
  8. android:layout_width="match_parent"
  9. android:layout_height="@dimen/super_dimen_48.00dp"
  10. android:layout_alignParentTop="true"/>
  11. <ListView
  12. android:id="@+id/super_list_view"
  13. android:layout_width="@dimen/super_dimen_88.00dp"
  14. android:layout_height="match_parent"
  15. android:layout_below="@id/super_title_bar"
  16. android:layout_alignParentLeft="true"
  17. android:cacheColorHint="@color/super_translucent"
  18. android:divider="@android:color/transparent"
  19. android:dividerHeight="@dimen/super_dimen_10.00dp"
  20. android:listSelector="@color/super_translucent"
  21. android:overScrollMode="never"
  22. android:paddingTop="@dimen/super_dimen_20.00dp"
  23. android:paddingBottom="@dimen/super_dimen_20.00dp"
  24. android:scrollbars="none"
  25. android:transcriptMode="disabled">
  26. </ListView>
  27. <FrameLayout
  28. android:id="@+id/super_container"
  29. android:layout_width="match_parent"
  30. android:layout_height="match_parent"
  31. android:layout_below="@id/super_title_bar"
  32. android:layout_marginLeft="@dimen/super_dimen_12.00dp"
  33. android:layout_toRightOf="@id/super_list_view"
  34. android:background="@color/super_gray_efeff2">
  35. </FrameLayout>
  36. </RelativeLayout>