blob: fb708765274dc855201656a50ccd85f71f0989c1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/nav_hint_corner_radius"/>
<solid android:color="@color/nav_hint_background"/>
</shape>