author | Arseny Malkov <arsenymalkov@gmail.com> |
Thu, 08 Sep 2016 11:45:33 +0200 | |
changeset 313240 | 62a0fb3534ce006b583d8907d9df94a24a5f8ab0 |
parent 313239 | a2244cff45f38d704ea99a374e129f2ebc693b8c |
child 313241 | 542b38d5eb900afb47e2f9c07cb47300bddef870 |
push id | 30676 |
push user | kwierso@gmail.com |
push date | Thu, 08 Sep 2016 22:22:24 +0000 |
treeherder | mozilla-central@176aff980979 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | sebastian |
bugs | 1295531 |
milestone | 51.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
mobile/android/base/resources/drawable/bookmark_folder_arrow_up.xml | file | annotate | diff | comparison | revisions |
--- a/mobile/android/base/resources/drawable/bookmark_folder_arrow_up.xml +++ b/mobile/android/base/resources/drawable/bookmark_folder_arrow_up.xml @@ -3,12 +3,12 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <!-- State drawables will stretch drawables to be the same size and neither android:constantSize nor variablePadding fix this, so we hard-code padding in to ensure that they display at their true size. --> <inset xmlns:android="http://schemas.android.com/apk/res/android" android:drawable="@drawable/arrow_up" - android:insetTop="3dp" - android:insetRight="3dp" - android:insetBottom="3dp" - android:insetLeft="3dp" /> + android:insetTop="4dp" + android:insetRight="5dp" + android:insetBottom="4dp" + android:insetLeft="5dp" />