Skip to content

Commit

Permalink
调整录像布局
Browse files Browse the repository at this point in the history
  • Loading branch information
meunicorn committed Sep 22, 2016
1 parent 76e79be commit dc5c6d6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions res/layout/activity_media_recorder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,13 @@
android:visibility="invisible" />
</LinearLayout>

<com.yixia.camera.demo.ui.record.views.ProgressView
android:id="@+id/record_progress"
android:layout_width="match_parent"
android:layout_height="45dp"
android:layout_below="@+id/title_layout" />


<RelativeLayout
android:id="@+id/camera_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/record_progress">
android:layout_below="@+id/title_layout">

<!--
<com.yixia.videoeditor.ui.record.view.CameraSurfaceView
Expand Down Expand Up @@ -97,9 +93,14 @@
android:id="@+id/bottom_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/record_progress"
android:layout_below="@+id/title_layout"
android:layout_marginTop="300dip"
android:background="@color/black">
android:background="#1a1825">

<com.yixia.camera.demo.ui.record.views.ProgressView
android:id="@+id/record_progress"
android:layout_width="match_parent"
android:layout_height="4dp" />

<CheckedTextView
android:id="@+id/record_delete"
Expand Down

0 comments on commit dc5c6d6

Please sign in to comment.