changed repo structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?colorSurface" />
|
||||
<corners android:topLeftRadius="4.0dip" android:topRightRadius="4.0dip" android:bottomLeftRadius="4.0dip" android:bottomRightRadius="4.0dip" />
|
||||
<padding android:top="8.0dip" android:bottom="8.0dip" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user