Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,使用底部导航栏。在底部导航栏内,不需要文字。所以我把android:title=""那个图标放在最前面。如何设置中心?
android:title=""
您可以将app:labelVisibilityMode属性添加到 BottomNavigationView,如下所示。然后它会自动居中放置图标。
app:labelVisibilityMode
<android.support.design.widget.BottomNavigationView ... app:labelVisibilityMode="unlabeled" />
参考: https ://developer.android.com/reference/com/google/android/material/bottomnavigation/LabelVisibilityMode
只需添加一个空格 ( )。这将考虑一个空白。还可以尝试添加 !important 以及属性的值,这也可能对您有所帮助。