Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jul 26, 2015
1 parent 41524c4 commit ea2a72c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffff" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal" >
<include layout="@layout/title" />
</LinearLayout>
<SurfaceView
android:id="@+id/preview_view"
android:layout_width="wrap_content"
Expand All @@ -18,6 +12,7 @@
android:id="@+id/viewfinder_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<include layout="@layout/title" />
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
Expand Down

0 comments on commit ea2a72c

Please sign in to comment.