修改拍照模式
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user