如何更改java源码_java – 如何在Android中更改ImageView源码
這是我的xml,它位于我活動中出現的片段上.
android:id="@+id/frame1"
android:layout_width="wrap_content"
android:layout_height="115dp"
android:layout_margin="2dp"
android:layout_weight="0.33">
android:id="@+id/whoamiwith"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitCenter"
android:src="@drawable/default_image" />
這是我的java代碼:
@Override
public void onClick(View click) {
if (click == profileBtn) {
whoamiwith.setBackgroundResource(R.drawable.image_i_wanna_put);
}
}
我正在嘗試改變圖像視圖的圖像源,沒有語法錯誤,但是當我執行按鈕時,仿真器給我一個關閉力,而在logcat上它表示java.lang.NULLPointerException,它的指向to the whoamiwith.setBackgroundResource(R.drawable.loginbtn);線.
總結
以上是生活随笔為你收集整理的如何更改java源码_java – 如何在Android中更改ImageView源码的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python中bind的用法_JS中的a
- 下一篇: java 字符正则匹配算法_算法之字符串