12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <ImageView
- android:id="@+id/imgLogo1"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
- android:layout_marginLeft="5dp"
- android:layout_marginBottom="10dp"
- android:background="@drawable/hfb_top_logo" />
- <ImageView
- android:id="@+id/imgcmcc"
- android:layout_width="fill_parent"
- android:layout_height="40dp"
- android:background="@drawable/hfb_top_bg" />
- </LinearLayout>
|