7 lines
1.1 KiB
XML
7 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:background="#fff8f8f8" android:layout_width="fill_parent" android:layout_height="44.0dip"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ImageView android:id="@id/iv_back" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="16.0dip" android:src="@drawable/alibc_link_titlebar_back" android:scaleType="center" android:layout_alignParentLeft="true" android:layout_centerVertical="true" />
|
|
<TextView android:textSize="18.0sp" android:textColor="#ff3d4245" android:id="@id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxWidth="160.0dip" android:singleLine="true" android:layout_centerInParent="true" />
|
|
<ImageView android:id="@id/iv_close" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:src="@drawable/alibc_link_title_bar_close" android:scaleType="center" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
|
|
</RelativeLayout> |