Skip to content

Instantly share code, notes, and snippets.

@ZNickq

ZNickq/issue 2 Secret

Created August 26, 2014 11:09
Show Gist options
  • Save ZNickq/aabb05a91bc676f186b3 to your computer and use it in GitHub Desktop.
Save ZNickq/aabb05a91bc676f186b3 to your computer and use it in GitHub Desktop.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/background" >
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment android:name="me.nickq.scan.CameraFragment"
android:id="@+id/scanner_fragment"
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="0dip"
tools:layout="@layout/zxinglegacy_capture" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment