fragment_general_parameter.xml 538 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. 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="@string/general_parameter"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"/>
  12. </android.support.constraint.ConstraintLayout>