save multiple image views as a single file
问题 In my application , one Relative Layout has totally three ImageView() 's . I want to save all the three imageviews as a single .png file to the device storage on a single button click. My code: Layout XML : <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/make" > <ImageView android:id="@+id/imageView1" android:layout_width="wrap_content" android:layout_height="300dp"