Commit 28b085a3 by sikang

test

parent bcdc2b6a
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:id="@+id/activity_main_fragmentLayout"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
<com.qmuiteam.qmui.widget.QMUITabSegment
android:id="@+id/activity_main_tabSegment"
android:layout_width="match_parent"
android:layout_height="@dimen/x_180"
android:textSize="@dimen/x_40"
app:qmui_tab_icon_position="top"
app:qmui_tab_space="@dimen/x_20" />
</LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment