26 lines
705 B
XML
26 lines
705 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.constraint.ConstraintLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
android:orientation="vertical">
|
|
|
|
<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> |