2.11 activity_gridview

Posted on 2021-02-11 14:05  ***Pepsi***  阅读(17)  评论(0编辑  收藏  举报

activity_gridview

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="15dp"
    >

    <GridView
        android:id="@+id/gv"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:numColumns="3"
        android:horizontalSpacing="10dp"
        android:verticalSpacing="10dp"
        />
</LinearLayout>

 

Copyright © 2024 ***Pepsi***
Powered by .NET 8.0 on Kubernetes