212
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 |
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3 |
android:orientation="vertical"
|
|
4 |
android:layout_width="fill_parent"
|
|
5 |
android:layout_height="fill_parent">
|
|
6 |
<RelativeLayout
|
|
7 |
android:orientation="vertical"
|
|
8 |
android:layout_width="fill_parent"
|
|
9 |
android:layout_height="fill_parent"
|
|
10 |
android:padding="10dip">
|
|
11 |
<ImageView android:id="@+id/log_as_logo"
|
|
12 |
android:src="@drawable/logo"
|
|
13 |
android:layout_width="fill_parent"
|
|
14 |
android:layout_height="wrap_content"
|
|
15 |
android:adjustViewBounds="true"
|
|
16 |
android:scaleType="center"
|
|
17 |
android:layout_marginTop="10px" />
|
|
18 |
</RelativeLayout>
|
|
19 |
</ScrollView> |