UNPKG

mao-rn-android-kit

Version:

为 React Native 开发 提供的一些Android原生模块/组件 (react native, CoordinatorLayout, AppBarLayout, TabLayout, NestedScrollView, PopupWindow)

18 lines (16 loc) 565 B
<?xml version="1.0" encoding="utf-8"?> <com.maornandroidkit.widgets.MTabLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:fillViewport="false" android:paddingTop="0dp" android:paddingBottom="0dp" xmlns:app="http://schemas.android.com/apk/res-auto" app:tabPaddingBottom="0dp" app:tabPaddingEnd="0dp" app:tabPaddingStart="0dp" app:tabPaddingTop="0dp" app:tabMinWidth="0dp" > </com.maornandroidkit.widgets.MTabLayout>