我想减少导航抽屉中每个
菜单组之
间的空间(在下图中,两行之
间的空格).
我创建了一个自定义样式并尝试了以下属性
<item name="android:paddingTop">0dp</item>
<item name="android:paddingBottom">0dp</item>
他们只减少了项目文本周围的填充.
Even the following attributes didn’t worked
<item name="android:layout_marginTop">0dp</item>
<item name="android:layout_marginBottom">0dp</item>