抽屉菜单上的导航视图

时间:2019-08-02 08:03:48

标签: android navigationview

我在查看导航视图上的预览时遇到问题。如果我可以看到预览,那将是很棒的。

我正在研究compileSdkVersion 29。

我只能看到以下内容: image

所以我的抽屉菜单看起来像这样:

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

<group android:checkableBehavior="single">

    <item
        android:id="@+id/nav_service"
        android:icon="@drawable/ic_service"
        android:title="@string/nav_service" />

    <item
        android:id="@+id/nav_info"
        android:icon="@drawable/ic_info_outline"
        android:title="@string/nav_info" />
</group>

对于任何解决方案,我将感激不尽,谢谢,祝您愉快。

编辑 我的依赖项摇篮看起来像这样:

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.android.support:recyclerview-v7:29.0.0'

implementation 'com.android.support:recyclerview-v7:29.0.0'
implementation 'com.android.support:cardview-v7:29.0.0'
//noinspection GradleCompatible
implementation 'com.android.support:design:28.0.0'}

0 个答案:

没有答案