Increase record button size.

This commit is contained in:
Greyson Parrelli 2019-10-18 17:12:07 -04:00
parent 695663a5b1
commit 2cfb6ede7f

View File

@ -8,9 +8,9 @@
<org.thoughtcrime.securesms.mediasend.CameraButtonView <org.thoughtcrime.securesms.mediasend.CameraButtonView
android:id="@+id/camera_capture_button" android:id="@+id/camera_capture_button"
android:layout_width="96dp" android:layout_width="128dp"
android:layout_height="96dp" android:layout_height="128dp"
android:layout_marginBottom="25dp" android:layout_marginBottom="6dp"
android:contentDescription="@string/CameraXFragment_capture_description" android:contentDescription="@string/CameraXFragment_capture_description"
app:imageCaptureSize="60dp" app:imageCaptureSize="60dp"
app:recordSize="42dp" app:recordSize="42dp"