I use ImageButton to give a selection effect, but I can not make the image stick to the bottom edge, can someone help me with this?
cantidades buscar.
<ImageButton
android:id="@+id/imageButton"
style="?attr/selectableItemBackgroundBorderless"
android:layout_width="103dp"
android:layout_height="110dp"
android:layout_marginLeft="8dp"
android:layout_row="0"
android:layout_weight="1"
android:paddingBottom="-15dp"
android:paddingTop="30dp"
android:scaleType="fitCenter"
app:srcCompat="@drawable/com_facebook_profile_picture_blank_square" />
Greetings.