blob: 6543b1e74691f8fa5524df2f4a1fc55a815051a2 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="8dp"/>
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape>
|