tysdkn_top_head.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="60dp"
  7. android:clipChildren="false"
  8. android:clipToPadding="false"
  9. >
  10. <LinearLayout
  11. android:layout_width="match_parent"
  12. android:layout_height="60dp"
  13. android:layout_alignParentBottom="true"
  14. android:orientation="vertical">
  15. <View
  16. android:layout_width="match_parent"
  17. android:layout_height="30dp"
  18. android:background="#00000000"/>
  19. <ImageView
  20. android:layout_width="match_parent"
  21. android:layout_height="30dp"
  22. android:background="@drawable/tysdkn_hx"/>
  23. </LinearLayout>
  24. <com.sdk.tysdk.ui.view.ImageViewPlus
  25. android:id="@+id/tysdkn_top_head_img"
  26. android:layout_width="60dp"
  27. android:layout_height="60dp"
  28. android:layout_centerInParent="true"
  29. android:background="@drawable/tysdkn_center_usercenter_fg"/>
  30. </RelativeLayout>