mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Improved Map Marker Visibility Based on App Theme (#5744)
* Update map markers * Modify code to use different map marker for themes * Update map markers for bookmarked * Add 2 tests --------- Co-authored-by: Giannis Karyotakis <110292528+karyotakisg@users.noreply.github.com>
This commit is contained in:
parent
bde09072fb
commit
22dd69cabb
13 changed files with 225 additions and 81 deletions
|
|
@ -25,7 +25,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_custom_map_marker" />
|
||||
app:srcCompat="@drawable/ic_custom_map_marker_dark" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_custom_map_marker_green" />
|
||||
app:srcCompat="@drawable/ic_custom_map_marker_green_dark" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
|||
|
|
@ -385,7 +385,7 @@
|
|||
android:layout_height="@dimen/overflow_icon_dimen"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/ic_custom_map_marker" />
|
||||
app:srcCompat="@drawable/ic_custom_map_marker_dark" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue