|
@@ -7,26 +7,21 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
- android:layout_marginRight="12dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/item_call_type"
|
|
|
android:layout_width="17dp"
|
|
|
android:layout_height="17dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:src="@drawable/call_type_0"
|
|
|
+ android:layout_marginStart="20dp"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/item_head"
|
|
|
- android:layout_width="17dp"
|
|
|
- android:layout_height="17dp"
|
|
|
- android:layout_marginStart="20dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
android:src="@drawable/contact_head"
|
|
|
/>
|
|
|
|
|
@@ -34,23 +29,23 @@
|
|
|
android:id="@+id/item_title"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="12dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
android:fontFamily="Roboto"
|
|
|
- android:layout_centerVertical="true"
|
|
|
+ android:textFontWeight="500"
|
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="13sp" />
|
|
|
+ android:textSize="10sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/item_title_detail"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
+ android:layout_marginStart="15dp"
|
|
|
android:fontFamily="Roboto"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:textFontWeight="400"
|
|
|
+ android:textColor="#FFA462"
|
|
|
android:textSize="10sp"
|
|
|
- tools:ignore="RelativeOverlap" />
|
|
|
+ android:text="yestoday"
|
|
|
+ />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|