reverts the night button text color to black and uses the pre defined text string "View on map"

Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
This commit is contained in:
kavi khalique 2024-03-23 20:10:17 +05:30 committed by Viktor Govako
parent befd046968
commit 20aa51580d
3 changed files with 2 additions and 3 deletions

View file

@ -8,7 +8,7 @@
android:contentDescription="@string/search_show_on_map"
style="@style/FAB"
app:icon="@drawable/ic_show_on_map"
android:text="@string/show_on_map"
android:text="@string/search_show_on_map"
android:clickable="true"
android:focusable="true"
app:fabSize="mini"/>

View file

@ -105,7 +105,7 @@
<color name="button_accent_disabled">@color/black_12</color>
<color name="button_accent_disabled_night">#FF505050</color>
<color name="button_accent_text">#FFFFFFFF</color>
<color name="button_accent_text_night">@color/white_primary</color>
<color name="button_accent_text_night">#FF000000</color>
<color name="button_accent_text_disabled">#42000000</color>
<color name="button_accent_text_disabled_night">#4CFFFFFF</color>

View file

@ -2192,5 +2192,4 @@
<string name="type.amenity.events_venue">Events Venue</string>
<string name="type.shop.auction">Auction</string>
<string name="type.shop.collector">Collectables</string>
<string name="show_on_map">View On Map</string>
</resources>