We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下面是我的布局代码,也就是谷歌原生的底部导航
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/window_background" tools:context=".ui.main.MainActivity"> <android.support.design.widget.BottomNavigationView android:id="@+id/navigation" android:layout_width="match_parent" android:layout_height="50dp" android:layout_alignParentBottom="true" android:background="?android:attr/windowBackground" app:elevation="5dp" app:itemTextColor="@color/color_navigation_view" app:itemIconTint="@color/color_navigation_view" app:menu="@menu/navigation"/> <android.support.v4.view.ViewPager android:visibility="visible" android:id="@+id/viewPager" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_above="@id/navigation" android:overScrollMode="never"> </android.support.v4.view.ViewPager> </RelativeLayout>
The text was updated successfully, but these errors were encountered:
I got it,thank you.
Sorry, something went wrong.
No branches or pull requests
下面是我的布局代码,也就是谷歌原生的底部导航
The text was updated successfully, but these errors were encountered: