13 lines
513 B
XML
13 lines
513 B
XML
<?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="wrap_content">
|
|
<com.ubt.jimu.widgets.TagFlowLayout
|
|
android:id="@+id/table_layout"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/dp800w"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp5w"
|
|
android:layout_centerHorizontal="true"/>
|
|
</RelativeLayout>
|