Don't clip the shadows underneath app details buttons.
Minor UI quirk, it was cutting off the drop shadow for these buttons.
This commit is contained in:
parent
3c1b66dcd1
commit
a9b2ac9388
@ -129,6 +129,7 @@
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:paddingBottom="2dp"
|
||||
android:clipToPadding="false"
|
||||
android:visibility="gone"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user