在给定的布局中,图像视图未显示在软糖设备中。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/opLayout"
android:background="@drawable/id3_kb_op">
<ImageView
android:id="@+id/bar"
android:layout_width="match_parent"
android:layout_height="161px"
android:layout_marginLeft="0px"
android:layout_marginTop="0px"
android:src="@drawable/id3_op_bar"
/>