Resolved warnings on main activity layout
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user