removed unused padding in rounded_white_on_top.xml

This commit is contained in:
Mathieu B 2021-08-13 22:36:43 +02:00
parent 717b07bc02
commit 9c897095a0

View File

@ -4,13 +4,6 @@
<!-- we define background color -->
<solid android:color="#ffffff" />
<!-- add some padding for text inside -->
<padding
android:bottom="15dp"
android:left="15dp"
android:right="15dp"
android:top="15dp" />
<!-- we define corner radius, note that radius can be different for each corner -->
<corners android:topLeftRadius="27dp"
android:topRightRadius="27dp"/>