Newer
Older
mapCollector / app / src / main / res / layout / fragment_apps.xml
Pengxh on 24 Sep 2021 458 bytes 首次提交
<android.support.v7.widget.RecyclerView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:clipToPadding="false"
    android:paddingTop="@dimen/tab_height"
    android:scrollbarStyle="outsideOverlay"
    android:scrollbars="vertical"
    tools:context="com.casic.mapcollector.fragments.AppsFragment"/>