イメージビューを中央より少し上に配置したい。paddingBottom と一緒に centerHorizontal="true" を使用しましたが、絶対中心に配置されています。「パディング」は仕事をしていません。私は何をすべきか?
<ImageView
android:id="@+id/imageview"
style="@style/myImageView"
android:layout_width="200dp"
android:layout_height="100dp"
android:layout_centerHorizontal="true"
android:paddingBottom="300dp"
android:src="@drawable/ic_launcher" />