android-openrat

Unnamed repository; edit this file 'description' to name the repository.
git clone http://git.code.weiherhei.de/android-openrat.git
Log | Files | Refs

show_image.xml (312B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
      3 	android:layout_width="wrap_content" android:layout_height="wrap_content">
      4 	<ImageView android:id="@+id/image" android:layout_width="wrap_content"
      5 		android:layout_height="wrap_content" />
      6 </ScrollView>