您好,我有两个图像视图,一个带有从相机中选择的图片,另一个图像视图仅带有文本,例如“Made Hawk Nelson”,两个图像视图的图像如下
xml代码如下
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="7"
android:scaleType="fitXY" >
<ImageView
android:id="@+id/imgSelectedPhoto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scaleType="fitXY" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/txt_made_hawk_nelson"
android:layout_centerInParent="true" />
</RelativeLayout>
上图是半屏代码,上图也是半屏
现在我想保存这张照片,任何人都可以帮助我,我该怎么做?可能是 CANVAS 会帮助我,但我不知道该怎么做,所以请任何人帮助我