0
我有一個非常愚蠢的問題。Android:ImageView在景觀活動中心
我無法在景觀活動中心設置ImageView。
我只有在活動的左中心和上中心的圖像。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@drawable/load_bg"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/running_animation"
android:layout_centerHorizontal="true"
android:layout_gravity="center_vertical" />
</LinearLayout>