设置ImageView源无法正常工作

时间:2012-03-25 23:01:13

标签: android android-imageview

按下停止和播放按钮时,我正在将新图像加载到imageview中。他们来回切换。但是,当我在我的代码中设置图像源时出现的确是错误的。

enter image description here

然后我打电话给

bottomBar.setImageResource(R.drawable.bottombuttonsstop);

结束结果

enter image description here

布局XML

<LinearLayout
    android:id="@+id/bottomBarBox"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true" >
    <ImageView
        android:id="@+id/bottomBar"
        android:layout_width="match_parent"
        android:background="@drawable/bottombuttons"
        android:layout_height="wrap_content" />
</LinearLayout>

显然,由于某些原因,任何想法都没有正确加载?

1 个答案:

答案 0 :(得分:1)

尝试拨打setBackgroundResource而不是setImageResource或在布局文件中设置android:src