增加了新鲜事儿的Marker样式
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
android:id="@+id/clMarkerContent"
|
android:id="@+id/clMarkerContent"
|
||||||
android:layout_width="@dimen/dp_366"
|
android:layout_width="wrap_content"
|
||||||
|
android:maxWidth="@dimen/dp_366"
|
||||||
android:layout_height="@dimen/dp_74"
|
android:layout_height="@dimen/dp_74"
|
||||||
android:background="@drawable/bg_map_marker_blue_info"
|
android:background="@drawable/bg_map_marker_blue_info"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
@@ -53,7 +54,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tvMarkerContent"
|
android:id="@+id/tvMarkerContent"
|
||||||
android:layout_width="0dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="@dimen/dp_10"
|
android:layout_marginLeft="@dimen/dp_10"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
|
|||||||
Reference in New Issue
Block a user