/[projects]/android/BarcodeSample/app/src/main/res/layout/activity_cam.xml
ViewVC logotype

Annotation of /android/BarcodeSample/app/src/main/res/layout/activity_cam.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2559 - (hide annotations) (download) (as text)
Fri May 22 13:26:16 2015 UTC (9 years ago) by torben
File MIME type: text/xml
File size: 776 byte(s)
Add very basic camera functionality
1 torben 2559 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
3     android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
4     android:paddingRight="@dimen/activity_horizontal_margin"
5     android:paddingTop="@dimen/activity_vertical_margin"
6     android:paddingBottom="@dimen/activity_vertical_margin"
7     tools:context="dk.thoerup.android.barcodesample.CamActivity">
8    
9     <SurfaceView
10     android:layout_width="fill_parent"
11     android:layout_height="fill_parent"
12     android:id="@+id/surfaceView"
13     android:layout_centerVertical="true"
14     android:layout_centerHorizontal="true" />
15    
16     </RelativeLayout>

  ViewVC Help
Powered by ViewVC 1.1.20