你的位置:首页 > 软件开发 > 操作系统 > Android 调用系统照相机拍照和录像

Android 调用系统照相机拍照和录像

发布时间:2016-09-08 17:00:18
本文实现android系统照相机的调用来拍照项目的布局相当简单,只有一个Button:<RelativeLayout ="http://schemas.android.com/apk/res/android" ="http://schemas ...

本文实现android系统照相机的调用来拍照

项目的布局相当简单,只有一个Button:

<RelativeLayout ="http://schemas.android.com/apk/res/android"  ="http://schemas.android.com/tools"  android:layout_width="match_parent"  android:layout_height="match_parent"  tools:context=".MainActivity" >  <Button    android:onClick="click"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_centerHorizontal="true"    android:layout_centerVertical="true"    android:text="调用系统相机拍照" /></RelativeLayout>

原标题:Android 调用系统照相机拍照和录像

关键词:Android

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录