gpt4 book ai didi

java - 如何为 "BottomNavigationView"设置菜单图标图像,因为它仅显示图像的设计,即结构......?

转载 作者:行者123 更新时间:2023-12-02 08:16:22 25 4
gpt4 key购买 nike

我想为我的BottomNavigationView菜单项设置一个特定的图像,因为当我使用drawable设置图像时,它无法正常工作。

您能否指导我如何显示 Activity 的后退按钮...?

这是我的代码。

selectedActivity.xml

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout 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/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".selectedJokesActivity">

<FrameLayout
android:id="@+id/frame"
android:layout_width="match_parent"
android:layout_height="454dp">

</FrameLayout>

<android.support.design.widget.BottomNavigationView
android:id="@+id/navigation"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="0dp"
android:layout_marginStart="0dp"
android:background="?android:attr/windowBackground"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:menu="@menu/navigation" />

</android.support.constraint.ConstraintLayout>

selectedActivity.xml

enter image description here

我的 Activity 截图:-

Real device: Android Oreo

menu/navigation.xml:-

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<item
android:id="@+id/navigation_home"
android:icon="@drawable/digital"
android:title="@string/title_home" />

<item
android:id="@+id/navigation_dashboard"
android:icon="@drawable/ic_dashboard_black_24dp"
android:title="@string/title_dashboard" />

<item
android:id="@+id/navigation_notifications"
android:icon="@drawable/ic_notifications_black_24dp"
android:title="@string/title_notifications" />

</menu>

请帮忙......

最佳答案

要获取图标图像的实际颜色或结构,请使用以下命令:

bottomNavigationView.setItemIconTintList(null);

关于java - 如何为 "BottomNavigationView"设置菜单图标图像,因为它仅显示图像的设计,即结构......?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52604597/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com