tysdkn_ty_act.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout 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. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="#00000000"
  8. android:orientation="vertical">
  9. <LinearLayout
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. android:orientation="horizontal">
  13. <!--当前主界面的item-->
  14. <LinearLayout
  15. android:layout_width="wrap_content"
  16. android:layout_height="match_parent"
  17. android:background="#ff1f2228"
  18. android:orientation="vertical">
  19. <ListView
  20. android:id="@+id/tysdkn_main_left_lisview"
  21. android:layout_width="40dp"
  22. android:layout_height="match_parent"
  23. android:divider="#00000000"
  24. android:listSelector="@null"
  25. android:scrollbars="none">
  26. </ListView>
  27. </LinearLayout>
  28. <FrameLayout
  29. android:id="@+id/tysdkn_frame_contain"
  30. android:layout_width="288dp"
  31. android:layout_height="match_parent"
  32. android:background="#F0FFFFFF"
  33. android:orientation="vertical">
  34. </FrameLayout>
  35. <!--android:background="#DCffffff"-->
  36. <View
  37. android:id="@+id/tysdkn_ty_top_head"
  38. android:layout_width="match_parent"
  39. android:layout_height="match_parent"
  40. android:background="#00000000"/>
  41. </LinearLayout>
  42. </LinearLayout>