Guest User

Untitled

a guest
Mar 8th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.43 KB | None | 0 0
  1. <LinearLayout 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.     <com.example.paintview.PaintView
  7.        android:id="@+id/paintView"
  8.        android:layout_width="match_parent"
  9.        android:layout_height="match_parent"
  10.        android:background="#ffffff" />
  11.  
  12. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment