Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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.