I\'m triying to put an ImageView in bottom right of LinearLayout .... I wrote the code as bellow :
style.xml:
I would recomend Using RelativeLayout but if you have to useLinearLayout i know that android:scaleType" can help center or move image, did you try android:scaleType="fitEnd" or android:scaleType="fitXY"
RelativeLayout
LinearLayout
android:scaleType"
android:scaleType="fitEnd"
android:scaleType="fitXY"
for more Try This