navigation.xml 266 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <solid android:color="@color/background_secondary" />
  5. <corners
  6. android:topLeftRadius="16dp"
  7. android:topRightRadius="16dp"/>
  8. </shape>