Home | History | Annotate | Download | only in mipmap
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
      3   <background>
      4     <bitmap android:src="@mipmap/robolectric"/>
      5   </background>
      6   <foreground>
      7     <bitmap android:src="@mipmap/robolectric"/>
      8   </foreground>
      9 </adaptive-icon>
     10