按下停止和播放按钮时,我正在将新图像加载到imageview中。他们来回切换。但是,当我在我的代码中设置图像源时出现的确是错误的。
在
然后我打电话给
bottomBar.setImageResource(R.drawable.bottombuttonsstop);
结束结果
布局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>
显然,由于某些原因,任何想法都没有正确加载?
答案 0 :(得分:1)
尝试拨打setBackgroundResource
而不是setImageResource
或在布局文件中设置android:src