2013-08-31 20:02:56 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
<ViewFlipper
|
|
|
|
android:id="@+id/viewflipper"
|
|
|
|
android:layout_width="match_parent"
|
2014-07-05 21:12:50 +02:00
|
|
|
android:layout_height="wrap_content"/>
|
2013-08-31 20:02:56 +02:00
|
|
|
</ScrollView>
|