Sha256: f52f1cb9f7ca9cc238a2bfcb7ec86ef7a17497b80d3a2d15c3166fce3a322e0d

Contents?: true

Size: 789 Bytes

Versions: 109

Compression:

Stored size: 789 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 
android:layout_width="fill_parent" 
android:layout_height="fill_parent" 
android:orientation="vertical">

<SurfaceView 
	android:id="@+id/surface"
	android:layout_width="fill_parent"
	android:layout_height="fill_parent"
	android:layout_weight="1">
</SurfaceView>
<ImageButton
    android:id="@+id/cameraButton"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:clickable="true"
    android:src="@drawable/camera"
    android:layout_gravity="top|right"
    android:layout_marginTop="10px"
    android:layout_marginRight="10px"
    android:layout_marginLeft="10px"
    android:layout_marginBottom="10px">
</ImageButton>

</FrameLayout>

Version data entries

109 entries across 109 versions & 1 rubygems

Version Path
rhodes-3.5.1.12 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.5 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.4.2 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.4 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.3 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.3.beta.4 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.3.beta.3 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.3.beta.2 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.3.beta.1 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.2 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.2.beta.7 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.2.beta.6 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.2.beta.5 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.2.beta.4 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.2.beta.3 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.2.beta.2 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.2.beta.1 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.1 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.0 platform/android/Rhodes/res/layout/camera.xml
rhodes-3.3.0.beta.3 platform/android/Rhodes/res/layout/camera.xml