我想将我的图像视图放在中心上方一点。我使用 centerHorizontal="true" 和 paddingBottom ,但它被放置在绝对中心。“填充”没有做这项工作。我应该怎么办?
<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" />