apkfuckery/com.discord/res/layout/design_navigation_item.xml

3 lines
430 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-02-04 20:08:30 +00:00
<com.google.android.material.internal.NavigationMenuItemView android:paddingLeft="?listPreferredItemPaddingLeft" android:paddingRight="?listPreferredItemPaddingRight" android:focusable="true" android:layout_width="fill_parent" android:layout_height="?listPreferredItemHeightSmall" android:foreground="?selectableItemBackground"
2019-02-04 20:05:16 +00:00
xmlns:android="http://schemas.android.com/apk/res/android" />