activity_girls.xml 473 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_girls"
  4. android:layout_width="match_parent" android:layout_height="match_parent"
  5. tools:context="com.guiying.girls.GirlsActivity">
  6. <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
  7. android:text="Hello World!" />
  8. </RelativeLayout>