11 lines
495 B
XML
11 lines
495 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.internal.NavigationMenuItemView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
paddingLeft="?attr/listPreferredItemPaddingLeft"
|
|
paddingRight="?attr/listPreferredItemPaddingRight"
|
|
focusable="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
foreground="?attr/selectableItemBackground"
|
|
minHeight="?attr/listPreferredItemHeightSmall"
|
|
defaultFocusHighlightEnabled="false"/>
|