12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="60dp"
- android:clipChildren="false"
- android:clipToPadding="false"
- >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="60dp"
- android:layout_alignParentBottom="true"
- android:orientation="vertical">
- <View
- android:layout_width="match_parent"
- android:layout_height="30dp"
- android:background="#00000000"/>
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="30dp"
- android:background="@drawable/tysdkn_hx"/>
- </LinearLayout>
- <com.sdk.tysdk.ui.view.ImageViewPlus
- android:id="@+id/tysdkn_top_head_img"
- android:layout_width="60dp"
- android:layout_height="60dp"
- android:layout_centerInParent="true"
- android:background="@drawable/tysdkn_center_usercenter_fg"/>
- </RelativeLayout>
|