Advertisement
Ankhwatcher

Layout

Oct 16th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.67 KB | None | 0 0
  1. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools"
  3.    android:layout_width="match_parent"
  4.    android:layout_height="match_parent" >
  5.  
  6.     <FrameLayout
  7.        android:id="@+id/camera_preview"
  8.        android:layout_width="fill_parent"
  9.        android:layout_height="fill_parent" />
  10.  
  11.     <RelativeLayout
  12.        android:layout_width="fill_parent"
  13.        android:layout_height="fill_parent" >
  14.  
  15.         <TextView
  16.            android:id="@+id/timeText"
  17.            
  18.            android:textStyle="@style/CodeFont"
  19.            tools:context=".WindowActivity" />
  20.     </RelativeLayout>
  21.  
  22. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement