pop_pl.xml
841 字节
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/layout">
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.zhy.view.flowlayout.TagFlowLayout
android:id="@+id/flow_search"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/dp_5"
android:paddingLeft="@dimen/dp_5"
android:paddingRight="@dimen/dp_5"
android:paddingBottom="@dimen/dp_10"
app:max_select="1"
android:background="@color/color_ffffff"/>
</ScrollView>
</RelativeLayout>