hfb_title.xml 751 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="wrap_content"
  5. android:orientation="vertical" >
  6. <ImageView
  7. android:id="@+id/imgLogo1"
  8. android:layout_width="fill_parent"
  9. android:layout_height="wrap_content"
  10. android:layout_marginTop="10dp"
  11. android:layout_marginLeft="5dp"
  12. android:layout_marginBottom="10dp"
  13. android:background="@drawable/hfb_top_logo" />
  14. <ImageView
  15. android:id="@+id/imgcmcc"
  16. android:layout_width="fill_parent"
  17. android:layout_height="40dp"
  18. android:background="@drawable/hfb_top_bg" />
  19. </LinearLayout>