mailiverse/android/SlidingMenu/example/res/layout/menu.xml
Timothy Prepscius 5fb69ebea8 adds the android
2013-08-09 16:48:44 -04:00

7 lines
265 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:name="com.slidingmenu.example.SampleListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</fragment>