[android] Fixed linter errors

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-05-20 22:04:04 +02:00 committed by Alexander Borsuk
parent 287ba6e3bc
commit 6a694c225b
4 changed files with 7 additions and 11 deletions

View file

@ -15,6 +15,6 @@ This file sets the default value back to false (i.e. no space reserved for icons
See also the discussion at https://github.com/organicmaps/organicmaps/pull/1924
-->
<resources>
<bool name="config_materialPreferenceIconSpaceReserved">false</bool>
<resources xmlns:tools="http://schemas.android.com/tools">
<bool name="config_materialPreferenceIconSpaceReserved" tools:ignore="MissingDefaultResource">false</bool>
</resources>

View file

@ -8,6 +8,5 @@
<dimen name="margin_direction_mid">36dp</dimen>
<dimen name="margin_direction_around_center">80dp</dimen>
<dimen name="permissions_details_width">480dp</dimen>
<dimen name="info_page_image_size">360dp</dimen>
</resources>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="settings_width">672dp</dimen>
</resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<dimen name="settings_width" tools:ignore="MissingDefaultResource">672dp</dimen>
</resources>

View file

@ -1,11 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<dimen name="menu_line_button_inset_edge">-12dp</dimen>
<dimen name="menu_line_button_width_edge">72dp</dimen>
<dimen name="menu_line_button_width">80dp</dimen>
<!-- Compass offset-->
<dimen name="compass_navigation_landscape_offset">-72dp</dimen>
<dimen name="settings_width">560dp</dimen>
<dimen name="settings_width" tools:ignore="MissingDefaultResource">560dp</dimen>
</resources>