|
@@ -12,7 +12,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:visibility="invisible"
|
|
|
- android:layout_marginStart="10dp"
|
|
|
+ android:layout_marginStart="@dimen/dp_10"
|
|
|
android:src="@mipmap/call_home_itemtip" />
|
|
|
|
|
|
|
|
@@ -21,7 +21,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginStart="10dp"
|
|
|
+ android:layout_marginStart="@dimen/dp_10"
|
|
|
android:layout_toEndOf="@+id/home_adapter_item_iv_icon"
|
|
|
android:textColor="@color/text_color_000f3d"
|
|
|
android:textSize="@dimen/sp_32"
|
|
@@ -33,7 +33,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerInParent="false"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginStart="175dp"
|
|
|
+ android:layout_marginStart="@dimen/dp_175"
|
|
|
android:gravity="center"
|
|
|
android:textColor="@color/text_color_000f3d"
|
|
|
android:textSize="@dimen/sp_32"
|
|
@@ -57,10 +57,10 @@
|
|
|
android:id="@+id/home_adapter_item_tv_times"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
+ android:layout_centerInParent="false"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="205dp"
|
|
|
- android:textColor="@color/text_color_000f3d"
|
|
|
+ android:layout_marginStart="@dimen/dp_410"
|
|
|
+ android:textColor="@color/text_color_0065dc"
|
|
|
android:textSize="@dimen/sp_32"
|
|
|
tools:text="35" />
|
|
|
|