From 8ee04ba82a1455ac08bb2e6a729bdc7ebbe6c4da Mon Sep 17 00:00:00 2001
From: endian11 <Dana_Lee1016@126.com>
Date: 星期一, 09 九月 2019 18:52:40 +0800
Subject: [PATCH] 加入权限管理类;加入日志写入SD文件

---
 app/src/main/res/layout/layout_take_photo.xml |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/app/src/main/res/layout/layout_take_photo.xml b/app/src/main/res/layout/layout_take_photo.xml
index 8e01b4c..e6b6573 100644
--- a/app/src/main/res/layout/layout_take_photo.xml
+++ b/app/src/main/res/layout/layout_take_photo.xml
@@ -2,12 +2,15 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent">
 
-    <safeluck.drive.evaluation.customview.AutoFitTextureView
-        android:id="@+id/texture"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_alignParentStart="true"
-        android:layout_alignParentTop="true" />
+
+        <safeluck.drive.evaluation.customview.AutoFitTextureView
+            android:id="@+id/texture"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_alignParentStart="true"
+            android:layout_alignParentTop="true" />
+
+
 
     <FrameLayout
         android:id="@+id/control"
@@ -22,7 +25,7 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_gravity="center"
-            android:text="鐓х墖" />
+            android:text="鎷嶇収" />
 
         <ImageButton
             android:id="@+id/info"

--
Gitblit v1.8.0