|
|
@ -27,6 +27,16 @@ |
|
|
|
app:cameraGestureScrollVertical="none" |
|
|
|
app:cameraGestureScrollVertical="none" |
|
|
|
app:cameraSessionType="picture" /> |
|
|
|
app:cameraSessionType="picture" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
|
|
|
android:id="@+id/toggleCamera" |
|
|
|
|
|
|
|
android:layout_width="56dp" |
|
|
|
|
|
|
|
android:layout_height="56dp" |
|
|
|
|
|
|
|
android:layout_margin="16dp" |
|
|
|
|
|
|
|
android:layout_gravity="top|end" |
|
|
|
|
|
|
|
android:background="@drawable/background" |
|
|
|
|
|
|
|
app:srcCompat="@drawable/ic_switch" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Controls --> |
|
|
|
<!-- Controls --> |
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
@ -34,7 +44,7 @@ |
|
|
|
android:layout_gravity="bottom" |
|
|
|
android:layout_gravity="bottom" |
|
|
|
android:padding="16dp" |
|
|
|
android:padding="16dp" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:weightSum="3"> |
|
|
|
android:weightSum="4"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/edit" |
|
|
|
android:id="@+id/edit" |
|
|
@ -49,12 +59,37 @@ |
|
|
|
android:layout_weight="1" /> |
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/capturePhoto" |
|
|
|
android:id="@+id/capturePicture" |
|
|
|
android:layout_width="56dp" |
|
|
|
android:layout_width="56dp" |
|
|
|
android:layout_height="56dp" |
|
|
|
android:layout_height="56dp" |
|
|
|
android:background="@drawable/background" |
|
|
|
android:background="@drawable/background" |
|
|
|
app:srcCompat="@drawable/ic_photo" /> |
|
|
|
app:srcCompat="@drawable/ic_photo" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
|
|
|
android:layout_height="1dp" |
|
|
|
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/capturePictureSnapshot" |
|
|
|
|
|
|
|
android:layout_width="56dp" |
|
|
|
|
|
|
|
android:layout_height="56dp" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:background="@drawable/background" > |
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
app:srcCompat="@drawable/ic_photo"/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
|
|
|
android:textStyle="bold" |
|
|
|
|
|
|
|
android:textSize="10sp" |
|
|
|
|
|
|
|
android:text="SNAP"/> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
<Space |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="1dp" |
|
|
|
android:layout_height="1dp" |
|
|
@ -72,12 +107,26 @@ |
|
|
|
android:layout_height="1dp" |
|
|
|
android:layout_height="1dp" |
|
|
|
android:layout_weight="1" /> |
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
|
|
|
android:id="@+id/toggleCamera" |
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/captureVideoSnapshot" |
|
|
|
android:layout_width="56dp" |
|
|
|
android:layout_width="56dp" |
|
|
|
android:layout_height="56dp" |
|
|
|
android:layout_height="56dp" |
|
|
|
android:background="@drawable/background" |
|
|
|
android:orientation="vertical" |
|
|
|
app:srcCompat="@drawable/ic_switch" /> |
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:background="@drawable/background" > |
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
app:srcCompat="@drawable/ic_video"/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
|
|
|
android:textStyle="bold" |
|
|
|
|
|
|
|
android:textSize="10sp" |
|
|
|
|
|
|
|
android:text="SNAP"/> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Edit --> |
|
|
|
<!-- Edit --> |
|
|
|