add list screen for examples

This commit is contained in:
Hannes Janetzek
2013-10-27 18:23:31 +01:00
parent e33a863d3b
commit 153c9b3ec5
6 changed files with 157 additions and 100 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout
android:id="@+id/samples" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:orientation="vertical" android:gravity="center_horizontal" />
</ScrollView>