Warning, /network/kdeconnect-android/res/drawable/button_round.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="utf-8"?> 0002 <shape xmlns:android="http://schemas.android.com/apk/res/android" 0003 android:shape="rectangle"> 0004 <solid android:color="@color/accent" /> 0005 <corners android:bottomRightRadius="2dip" 0006 android:bottomLeftRadius="2dip" 0007 android:topRightRadius="2dip" 0008 android:topLeftRadius="2dip"/> 0009 </shape>