Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation = "vertical" >
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- <FrameLayout
- android:id="@+id/frameCamera"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
- </FrameLayout>
- <ImageView
- android:id="@+id/imageView1"
- android:scaleType="fitXY"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:src="@drawable/img_rodape"
- android:contentDescription ="@string/desc" />
- <ImageView
- android:id="@+id/btnCamerafotografar"
- android:clickable="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_above="@+id/bottomLayout"
- android:src="@drawable/btn_foto"
- android:contentDescription ="@string/desc" />
- <ImageView
- android:id="@+id/btnCameraFotoVoltar"
- android:clickable="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_above="@+id/bottomLayout"
- android:src="@drawable/btn_foto"
- android:contentDescription ="@string/desc"
- />
- <ImageView
- android:id="@+id/btnCameraFotoInverte"
- android:clickable="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_alignParentTop="true"
- android:src="@drawable/btn_inverterx"
- android:contentDescription ="@string/desc" />
- <LinearLayout
- android:id="@+id/bottomLayout"
- android:layout_alignParentBottom="true"
- android:layout_width="wrap_content"
- android:layout_height="13dp"
- android:orientation="vertical" >
- </LinearLayout>
- </RelativeLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment