mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 05:02:20 +00:00
Merge camera into send flow.
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
android:id="@+id/camera_flip_button"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/camera_capture_button"
|
||||
android:layout_marginTop="40dp"
|
||||
android:layout_above="@+id/camera_capture_button"
|
||||
android:layout_marginBottom="40dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:src="@drawable/ic_camera_front"
|
||||
android:scaleType="fitCenter"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/core_black">
|
||||
|
||||
<TextureView
|
||||
android:id="@+id/camera_preview"
|
||||
|
||||
Reference in New Issue
Block a user