You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
874 B
XML
24 lines
874 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/activity_sbxdjgl"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@mipmap/background"
|
|
android:fitsSystemWindows="true"
|
|
android:orientation="vertical">
|
|
|
|
<include layout="@layout/toolbar_yx"></include>
|
|
|
|
<GridView
|
|
android:id="@+id/gv"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/gridview_interval"
|
|
android:horizontalSpacing="@dimen/gridview_interval"
|
|
android:listSelector="@null"
|
|
android:numColumns="2"
|
|
android:scrollbars="none"
|
|
android:stretchMode="columnWidth"
|
|
android:verticalSpacing="@dimen/gridview_interval" />
|
|
</LinearLayout>
|