|
@@ -11,13 +11,11 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:adjustViewBounds="true"
|
|
|
- app:ckCropOutput="true"
|
|
|
app:ckFacing="front"
|
|
|
app:ckFlash="off"
|
|
|
app:ckFocus="tapWithMarker"
|
|
|
app:ckMethod="standard"
|
|
|
- app:ckVideoQuality="max720p"
|
|
|
+ app:ckVideoQuality="highest"
|
|
|
app:deviceOrientation="horizontal" />
|
|
|
|
|
|
<FrameLayout
|
|
@@ -29,9 +27,9 @@
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="70dp"
|
|
|
- android:visibility="gone"
|
|
|
android:layout_gravity="bottom"
|
|
|
- android:background="#2E000000">
|
|
|
+ android:background="#2E000000"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/btn_back"
|