home_test_top_item_view.xml 1.87 KB
Newer Older
徐健 committed
1 2
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
严久程 committed
3 4 5
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
ydl committed
6
    android:layout_height="92dp"
ydl committed
7 8 9
    android:layout_marginTop="6dp"
    android:layout_marginLeft="8dp"
    android:layout_marginRight="8dp"
ydl committed
10
    android:background="@drawable/home_test_top_view_layout_back">
徐健 committed
11 12

    <TextView
ydl committed
13
        android:id="@+id/homeModuleTestTopViewTitle"
徐健 committed
14 15 16
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
ydl committed
17
        android:layout_marginTop="24dp"
徐健 committed
18
        android:layout_marginLeft="@dimen/platform_dp_14"
ydl committed
19
        android:layout_marginRight="100dp"
徐健 committed
20 21 22
        android:ellipsize="end"
        android:maxLines="1"
        android:textColor="@color/platform_color_FFFFFF"
ydl committed
23
        android:textSize="@dimen/platform_dp_18"
徐健 committed
24
        android:textStyle="bold"
严久程 committed
25
        tools:text="先结婚还是先买先结婚还是先买房" />
徐健 committed
26

ydl committed
27 28
    <TextView
        android:id="@+id/homeModuleTestTopViewHits"
徐健 committed
29
        android:layout_width="wrap_content"
ydl committed
30 31 32 33 34 35
        android:layout_height="wrap_content"
        android:layout_marginTop="53dp"
        android:layout_marginLeft="16dp"
        android:textColor="@color/platform_color_FFFFFF"
        android:textSize="@dimen/platform_dp_12"
        tools:text="2486已测" />
徐健 committed
36

ydl committed
37 38 39 40
    <TextView
        android:layout_width="64dp"
        android:layout_height="28dp"
        android:text="测试"
ydl committed
41
        android:textColor="@color/platform_color_FFFFFF"
ydl committed
42 43
        android:textSize="13dp"
        android:gravity="center"
徐健 committed
44
        android:layout_alignParentRight="true"
ydl committed
45 46 47
        android:layout_marginTop="25dp"
        android:layout_marginRight="14dp"
        android:background="@drawable/home_test_top_btn_bg"/>
徐健 committed
48 49

</RelativeLayout>