bssdk_layout_slideview.xml 652 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/main_color"
  7. android:orientation="horizontal">
  8. <FrameLayout
  9. android:id="@+id/fl_slidingview_parent"
  10. android:layout_width="0dp"
  11. android:layout_height="match_parent"
  12. android:layout_weight="1"/>
  13. <View
  14. android:layout_width="@dimen/DIMEN_1DP"
  15. android:layout_height="match_parent"
  16. android:background="@color/alpha_20_white"/>
  17. </LinearLayout>