removed unused padding in rounded_white_on_top.xml
This commit is contained in:
parent
717b07bc02
commit
9c897095a0
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user