|
|
|
@ -10,7 +10,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/dp_10" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/cdb_driver" |
|
|
|
@ -19,7 +19,7 @@ |
|
|
|
android:layout_below="@id/cdb_name" |
|
|
|
android:layout_margin="@dimen/dp_10" |
|
|
|
android:textColor="@color/grey666666" |
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/cdb_time" |
|
|
|
@ -29,6 +29,6 @@ |
|
|
|
android:layout_alignTop="@id/cdb_driver" |
|
|
|
android:layout_marginRight="@dimen/dp_10" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
</RelativeLayout> |