Resolved warnings on main activity layout

This commit is contained in:
Daniele Verducci (Slimpenguin)
2024-02-19 08:26:55 +01:00
parent ca2b7a7064
commit a396406877
4 changed files with 20 additions and 6 deletions

View File

@ -96,4 +96,9 @@
<string name="new_geobookmark_gps">New from current position</string>
<string name="new_geobookmark_map">New from map</string>
<!-- Accessibility (content descriptions) -->
<string name="open_fab">Add geofavorite</string>
<string name="add_from_gps">Add geofavorite at current GPS position</string>
<string name="add_from_map">Add geofavorite from map</string>
<string name="menu">Open menu</string>
</resources>

View File

@ -17,7 +17,6 @@
<resources>
<!-- Base application theme. -->
<!--<style name="BaseTheme" parent="Theme.AppCompat.DayNight.NoActionBar">-->
<style name="BaseTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<item name="colorAccent">@color/defaultBrand</item>
<item name="colorControlNormal">?attr/colorAccent</item>