Advertisement
Guest User

Untitled

a guest
Oct 11th, 2011
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout
  3.  xmlns:android="http://schemas.android.com/apk/res/android"
  4.  android:id="@+id/framelayout"
  5.  android:layout_width="fill_parent"
  6.  android:layout_height="fill_parent">
  7.   <com.panda.Renoki.RenokiView
  8.    android:id="@+id/renokiView"
  9.    android:layout_width="fill_parent"
  10.    android:layout_height="fill_parent"/>
  11. </FrameLayout>
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement