0

hi i create a quick action similar that's you see in the below picture. enter image description here

but this is not my desired form. i like my quick action be similar this:

enter image description here

i create my quickaction from tutorial that create quickAction that u can see in the above pic.
now i have a question: how can i pull down image view that my quickAction be similar second image? thanks.

Rasoul Taheri
  • 802
  • 3
  • 16
  • 32

1 Answers1

2

Try to put a negative bottom margin on the ImageView:

android:layout_marginBottom="-5dp"
Daniel
  • 181
  • 1
  • 10