pda/zhuike/.svn/pristine/51/51aa48d6b01dbc33699c0b36c1c...

28 lines
830 B
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/activty_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/message3"
android:layout_width="159dp"
android:layout_height="92dp"
android:text="精选列表" />
</LinearLayout>
</android.support.constraint.ConstraintLayout>