blob: e8ef067e705f0dd47317375a63ba3a252ad0e114 (
plain) (
blame)
1
2
3
4
5
|
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/image_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
|