Skip to content

Commit 69e7161

Browse files
authored
Fixes #3197 Replace hardcoded dimensions with dimen resource values (#3402)
1 parent 9b3f3e9 commit 69e7161

File tree

125 files changed

+542
-506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+542
-506
lines changed

app/src/main/res/drawable/bg_delete_button.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<solid
1212
android:color="@color/deleteButton"/>
1313
<corners
14-
android:radius="3dp" />
14+
android:radius="@dimen/progressbar_stroke" />
1515
<stroke
1616
android:width="5px"
1717
android:color="@color/deleteRed" />
@@ -25,7 +25,7 @@
2525
<solid
2626
android:color="@color/deleteButtonDark"/>
2727
<corners
28-
android:radius="3dp" />
28+
android:radius="@dimen/progressbar_stroke" />
2929
</shape>
3030
</item>
3131

app/src/main/res/drawable/ic_action_website.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<vector
22
xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:height="24dp"
3+
android:height="@dimen/half_standard_height"
44
android:viewportHeight="48.625"
55
android:viewportWidth="48.625"
6-
android:width="24dp"
6+
android:width="@dimen/half_standard_height"
77
android:tint="?attr/iconsTheme">
88
<path
99
android:fillColor="#474747"

app/src/main/res/drawable/ic_add_white_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_check_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_check_box_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_check_box_outline_blank_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<vector android:height="24dp" android:tint="#FF0031"
1+
<vector android:height="@dimen/half_standard_height" android:tint="#FF0031"
22
android:viewportHeight="24.0" android:viewportWidth="24.0"
3-
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3+
android:width="@dimen/half_standard_height" xmlns:android="http://schemas.android.com/apk/res/android">
44
<path android:fillColor="#FF000000" android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z"/>
55
</vector>

app/src/main/res/drawable/ic_commons_icon_vector.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<vector
2-
android:height="24dp"
2+
android:height="@dimen/half_standard_height"
33
android:viewportHeight="342.03146"
44
android:viewportWidth="342.03104"
5-
android:width="24dp"
5+
android:width="@dimen/half_standard_height"
66
xmlns:android="http://schemas.android.com/apk/res/android"
77
android:tint="@color/button_color_selector">
88
<path android:fillColor="#000000" android:pathData="M146.6,340.1C113.2,333.3 84.6,314 66.1,286 34.6,238.1 39.8,173.2 78.5,132.3l6.9,-7.3 16.8,16.8 16.8,16.8 4.5,-4.4c2.5,-2.4 4.7,-4.2 4.9,-4 0.9,1 9,32 8.5,32.5 -0.5,0.5 -30.4,-7.2 -32.2,-8.2 -0.5,-0.3 1.1,-2.4 3.4,-4.8 4.2,-4.2 4.2,-4.3 2.4,-6.6 -1,-1.3 -3,-3.4 -4.5,-4.6l-2.7,-2.2 -4.7,6.2c-9,12 -15.3,27.5 -17.4,42.9 -1,7.1 -0.5,7.8 4.4,7.8 6.9,0 7.5,-0.6 7.5,-7.5l0,-6.3 15,8.6c8.3,4.7 15,8.9 15,9.2 -0,0.5 -26.5,15.8 -29.2,16.9 -0.4,0.2 -0.8,-2.6 -0.8,-6.3l0,-6.6 -5.9,0c-3.3,0 -6.1,0.3 -6.4,0.8 -0.9,1.6 1.6,15.2 4.4,23.8 3.4,10.3 9.3,21.2 14.9,27.6l3.8,4.4 4.3,-4.2 4.3,-4.2 -4.2,-4.3c-2.3,-2.4 -4.2,-4.6 -4.2,-4.9 0,-0.8 31.9,-9.2 32.6,-8.6 0.3,0.3 -1.4,7.9 -3.8,16.8l-4.4,16.3 -4.6,-4.2c-5.2,-4.8 -6.4,-4.7 -10.4,0.6l-2.7,3.6 4.3,3.7c10.6,9.1 30.3,17.4 44.4,18.6l7.6,0.6 0,-6.1 0,-6.1 -6.5,0c-3.6,0 -6.5,-0.3 -6.5,-0.7 0,-1 16.4,-29.3 17,-29.3 0.6,0 17,28.3 17,29.3 0,0.4 -2.9,0.7 -6.5,0.7l-6.5,0 0,6.1 0,6.1 7.6,-0.6c14.1,-1.2 33.8,-9.4 44.5,-18.6l4.4,-3.7 -2.2,-2.8c-1.2,-1.6 -3.1,-3.5 -4.2,-4.2 -1.8,-1.3 -2.4,-1 -6.6,2.9l-4.6,4.3 -3.7,-13.5c-5.1,-18.3 -5.4,-19.9 -3.9,-19.9 1.4,0 31.3,8 31.8,8.5 0.2,0.2 -1.6,2.4 -3.9,5l-4.3,4.6 4.2,4.2 4.2,4.2 3.8,-4.4c5.6,-6.4 11.5,-17.3 14.9,-27.6 2.8,-8.6 5.4,-22.1 4.4,-23.8 -0.2,-0.4 -3.1,-0.8 -6.4,-0.8l-5.9,0 0,6.6c0,3.6 -0.4,6.4 -0.8,6.3 -2.7,-1.1 -29.1,-16.4 -29.2,-16.9 -0,-0.3 6.7,-4.5 15,-9.2l15,-8.6 0,6.4 0,6.4 3.4,0.6c1.9,0.4 4.8,0.3 6.4,-0 2.8,-0.6 3,-0.9 2.5,-4.8 -1.8,-15.8 -8.7,-33.3 -17.8,-45.4l-4.7,-6.2 -2.7,2.2c-1.5,1.2 -3.5,3.3 -4.5,4.6 -1.8,2.3 -1.7,2.4 2.4,6.6 2.3,2.4 3.8,4.5 3.4,4.8 -1.8,1.1 -31.7,8.7 -32.2,8.2 -0.5,-0.5 7.6,-31.4 8.5,-32.5 0.2,-0.2 2.4,1.5 4.9,4l4.5,4.4 4.2,-4.2c3.5,-3.5 4,-4.4 2.9,-5.7 -2.1,-2.5 -9,-6.1 -22.1,-11.6 -17.1,-7.1 -26.4,-12.1 -33.6,-17.9 -10.7,-8.7 -19.3,-22.2 -24,-37.6 -1,-3.3 -1.9,-6.2 -2.1,-6.4 -0.1,-0.2 -5.2,1.4 -11.2,3.5 -6,2.1 -11.3,3.6 -11.6,3.2 -0.3,-0.3 1.9,-4.2 5,-8.5 9.2,-12.8 20.4,-38.4 28,-64.2l2.8,-9.3 3,4.8c16.2,26.1 40.8,71.5 39.3,73 -0.4,0.4 -2.2,-0.7 -3.9,-2.4 -3.9,-3.7 -8.1,-5.9 -13.1,-6.8 -3.7,-0.7 -3.8,-0.7 -3.1,2.2 2.4,9.9 9.8,20.2 17.8,24.9 2.2,1.3 11.7,5.7 21.1,9.7 20.6,8.9 28.7,14.1 39.7,25.7 16.7,17.5 26.7,36.9 31.9,61.4 3,14.3 3,35.1 -0.1,49.7 -10.6,50.7 -50.6,89.6 -101.1,98.5 -11.9,2.1 -34.9,1.8 -46.4,-0.5zM162.6,258.1c-26.3,-5.8 -40.9,-34.6 -29.6,-58.5 4.2,-9 10.8,-15.7 20,-20.3 7.3,-3.6 7.9,-3.7 18.1,-3.7 10.2,0 10.9,0.1 18.1,3.7 33,16.3 31.1,63.3 -3.1,76.8 -6.1,2.4 -17.3,3.4 -23.5,2z"/>

app/src/main/res/drawable/ic_custom_bookmark_marker.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
2+
android:width="@dimen/half_standard_height"
33
android:height="28dp"
44
android:viewportWidth="24.0"
55
android:viewportHeight="28.0">

app/src/main/res/drawable/ic_custom_greyed_out_marker.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
2+
android:width="@dimen/half_standard_height"
33
android:height="28dp"
44
android:viewportWidth="24.0"
55
android:viewportHeight="28.0">

app/src/main/res/drawable/ic_custom_map_marker.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
2+
android:width="@dimen/half_standard_height"
33
android:height="28dp"
44
android:viewportWidth="24.0"
55
android:viewportHeight="28.0">

app/src/main/res/drawable/ic_custom_map_marker_green.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
2+
android:width="@dimen/half_standard_height"
33
android:height="28dp"
44
android:viewportWidth="24.0"
55
android:viewportHeight="28.0">

app/src/main/res/drawable/ic_custom_map_marker_grey.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
2+
android:width="@dimen/half_standard_height"
33
android:height="28dp"
44
android:viewportWidth="24.0"
55
android:viewportHeight="28.0">

app/src/main/res/drawable/ic_directions_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0"
66
android:tint="@color/button_color_selector"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<vector android:height="24dp" android:tint="#21FF31"
1+
<vector android:height="@dimen/half_standard_height" android:tint="#21FF31"
22
android:viewportHeight="24.0" android:viewportWidth="24.0"
3-
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3+
android:width="@dimen/half_standard_height" xmlns:android="http://schemas.android.com/apk/res/android">
44
<path android:fillColor="#FF000000" android:pathData="M9,16.2L4.8,12l-1.4,1.4L9,19 21,7l-1.4,-1.4L9,16.2z"/>
55
</vector>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<vector android:height="24dp" android:tint="#FFFFFF"
1+
<vector android:height="@dimen/half_standard_height" android:tint="#FFFFFF"
22
android:viewportHeight="24.0" android:viewportWidth="24.0"
3-
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3+
android:width="@dimen/half_standard_height" xmlns:android="http://schemas.android.com/apk/res/android">
44
<path android:fillColor="#FF000000" android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z"/>
55
</vector>

app/src/main/res/drawable/ic_edit_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_error_outline_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="48dp"
3-
android:height="48dp"
2+
android:width="@dimen/fragment_height"
3+
android:height="@dimen/fragment_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<vector android:height="24dp" android:tint="#FF0000"
1+
<vector android:height="@dimen/half_standard_height" android:tint="#FF0000"
22
android:viewportHeight="24.0" android:viewportWidth="24.0"
3-
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3+
android:width="@dimen/half_standard_height" xmlns:android="http://schemas.android.com/apk/res/android">
44
<path android:fillColor="#FF000000" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,17h-2v-2h2v2zM13,13h-2L11,7h2v6z"/>
55
</vector>

app/src/main/res/drawable/ic_exit_to_app_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_expand_less_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_explore_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_feedback_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_help_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_home_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_image_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="48dp"
3-
android:height="48dp"
2+
android:width="@dimen/fragment_height"
3+
android:height="@dimen/fragment_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_indeterminate_check_box_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_info_outline_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_list_white_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<vector android:height="24dp" android:tint="#FFFFFF"
1+
<vector android:height="@dimen/half_standard_height" android:tint="#FFFFFF"
22
android:viewportHeight="24.0" android:viewportWidth="24.0"
3-
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3+
android:width="@dimen/half_standard_height" xmlns:android="http://schemas.android.com/apk/res/android">
44
<path android:fillColor="#FF000000" android:pathData="M12,2C8.13,2 5,5.13 5,9c0,5.25 7,13 7,13s7,-7.75 7,-13c0,-3.87 -3.13,-7 -7,-7zM12,11.5c-1.38,0 -2.5,-1.12 -2.5,-2.5s1.12,-2.5 2.5,-2.5 2.5,1.12 2.5,2.5 -1.12,2.5 -2.5,2.5z"/>
55
</vector>

app/src/main/res/drawable/ic_map_white_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_message_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_more_vert_white_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_my_location_black_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<vector android:height="24dp" android:tint="#959594"
1+
<vector android:height="@dimen/half_standard_height" android:tint="#959594"
22
android:viewportHeight="24.0" android:viewportWidth="24.0"
3-
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3+
android:width="@dimen/half_standard_height" xmlns:android="http://schemas.android.com/apk/res/android">
44
<path android:fillColor="#FF000000" android:pathData="M20,18.69L7.84,6.14 5.27,3.49 4,4.76l2.8,2.8v0.01c-0.52,0.99 -0.8,2.16 -0.8,3.42v5l-2,2v1h13.73l2,2L21,19.72l-1,-1.03zM12,22c1.11,0 2,-0.89 2,-2h-4c0,1.11 0.89,2 2,2zM18,14.68L18,11c0,-3.08 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68c-0.15,0.03 -0.29,0.08 -0.42,0.12 -0.1,0.03 -0.2,0.07 -0.3,0.11h-0.01c-0.01,0 -0.01,0 -0.02,0.01 -0.23,0.09 -0.46,0.2 -0.68,0.31 0,0 -0.01,0 -0.01,0.01L18,14.68z"/>
55
</vector>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<vector android:height="24dp" android:tint="#FFFFFF"
1+
<vector android:height="@dimen/half_standard_height" android:tint="#FFFFFF"
22
android:viewportHeight="24.0" android:viewportWidth="24.0"
3-
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3+
android:width="@dimen/half_standard_height" xmlns:android="http://schemas.android.com/apk/res/android">
44
<path android:fillColor="#FF000000" android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z"/>
55

66
</vector>

app/src/main/res/drawable/ic_overflow.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0"
66
android:tint="@color/status_bar_blue">

app/src/main/res/drawable/ic_photo_camera_white_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_photo_white_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_refresh_white_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportHeight="24.0"
55
android:viewportWidth="24.0">
66

app/src/main/res/drawable/ic_round_star_border_24px.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24"
55
android:viewportHeight="24">
66
<path

app/src/main/res/drawable/ic_round_star_filled_24px.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24"
55
android:viewportHeight="24">
66
<path

app/src/main/res/drawable/ic_save_white_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path

app/src/main/res/drawable/ic_send_white_24dp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
2+
android:width="@dimen/half_standard_height"
3+
android:height="@dimen/half_standard_height"
44
android:autoMirrored="true"
55
android:viewportWidth="24.0"
66
android:viewportHeight="24.0">

0 commit comments

Comments
 (0)