Skip to content

Instantly share code, notes, and snippets.

@DavidTPate
Created February 13, 2013 04:45
Show Gist options
  • Save DavidTPate/4942350 to your computer and use it in GitHub Desktop.
Save DavidTPate/4942350 to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/SimpleCamera"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:baselineAligned="false"
tools:context=".SimpleCamera" >
<FrameLayout
android:id="@+id/camera_preview"
android:layout_width="0dip"
android:layout_height="match_parent"
android:layout_weight="1" />
<RelativeLayout
android:id="@+id/control_panel"
android:layout_width="@dimen/control_panel_min_length"
android:layout_height="match_parent"
android:background="@drawable/bg_camera_pattern" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment