Android: How to remove borders around navview menu

2019-07-11 07:55发布

问题:

Using android studio 2.1.2 I added navigation activity from standard library. It inflates menu with some default items:

How can I remove those borders from menu items?

Device: Asus padfone 2 Android 4.1.1

Compilation: compileSdkVersion 23 buildToolsVersion "23.0.2" minSdkVersion 16 targetSdkVersion 23 com.android.support:appcompat-v7:23.4.0