Android Studio点击按钮更换背景图片(照片固定)
Xml:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.example.mybeijing.MainActivity"
android:weightSum="1">
<Button
android:id="@+id/button"
android:layout_width="100dp"
android:layout_height="60dp"
android:text="Button"
tools:layout_editor_absoluteX=