wkysdk_include_title.xml
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_marginTop="@dimen/wkysdk_dp6"
android:layout_height="@dimen/wkysdk_dp44">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:layout_marginLeft="@dimen/wkysdk_dp4"
android:orientation="horizontal">
<RelativeLayout
android:id="@+id/wkysdk_include_title_back"
android:layout_width="@dimen/wkysdk_dp45"
android:layout_height="match_parent">
<ImageView
android:layout_width="@dimen/wkysdk_dp20"
android:layout_height="@dimen/wkysdk_dp20"
android:layout_centerInParent="true"
android:scaleType="fitCenter"
android:src="@drawable/wkysdk_ic_arrow_left" />
</RelativeLayout>
<TextView
android:id="@+id/wkysdk_include_title_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:includeFontPadding="false"
android:text="标题"
android:textColor="@color/wkysdk_text_color_common_lv1_white_a100"
android:textSize="@dimen/wkysdk_sp14" />
</LinearLayout>
<!-- <View-->
<!-- style="@style/wkysdk_line_common_horizontal_orange"-->
<!-- android:layout_alignParentBottom="true"-->
<!-- android:background="#33ffffff" />-->
</RelativeLayout>