修改拍照模式

This commit is contained in:
wangdongsheng
2021-11-16 15:05:02 +08:00
parent 48ed8dd67a
commit 4f4c8e551d
12 changed files with 755 additions and 125 deletions

View File

@@ -129,7 +129,7 @@
android:id="@+id/radio_group_picture"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="25dp"
android:layout_marginStart="35dp"
android:orientation="vertical"
android:visibility="visible"
app:layout_constraintBottom_toTopOf="@+id/capture_picture"
@@ -142,6 +142,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:layout_marginBottom="15dp"
android:button="@null"
android:text="手动"
android:textColor="@color/white" />
@@ -151,6 +152,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:layout_marginBottom="15dp"
android:button="@null"
android:text="自动1秒"
android:textColor="@color/white" />
@@ -160,6 +162,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:layout_marginBottom="15dp"
android:button="@null"
android:text="自动2秒"
android:textColor="@color/white" />

View File

@@ -18,7 +18,6 @@
<color name="colorRed">#F44236</color>
<color name="colorText">#87CDF6</color>
<color name="colorRead">#ED1931</color>
<color name="colorGrays">#BDBDBD</color>
</resources>