我想向用户显示手机上的图像。但我想向用户展示图像的预览。
当用户触摸图像时,我想显示图像的路径。
我的布局中有一个按钮。单击按钮时如何显示图像。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" android:orientation="vertical" android:background="@drawable/back_default">
<Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/button_pickimage" android:id="@+id/btn_pickimage"></Button>
</LinearLayout>