fragment_debug.xml 520 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:padding="@dimen/dp_5"
  6. android:background="@color/shallowblue">
  7. <TextView
  8. android:gravity="center"
  9. android:text="调试页"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"/>
  12. </android.support.constraint.ConstraintLayout>