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:
Peter Serwylo 2017-04-12 12:11:49 +10:00
parent 3c1b66dcd1
commit a9b2ac9388

View File

@ -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"
>