зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1050457
- Increase top/right/left values of edit_text_focus layer-list drawable to fix pixel issue on 4.1. r=liuche
This commit is contained in:
Родитель
5c19faccb1
Коммит
7d20027d24
|
@ -6,9 +6,9 @@
|
|||
|
||||
<!-- Make sure the border only appears at the bottom of the background -->
|
||||
<item
|
||||
android:top="-2dp"
|
||||
android:right="-2dp"
|
||||
android:left="-2dp">
|
||||
android:top="-3dp"
|
||||
android:right="-3dp"
|
||||
android:left="-3dp">
|
||||
<shape>
|
||||
<!-- Padding creates vertical space between the text and the underline -->
|
||||
<padding
|
||||
|
|
Загрузка…
Ссылка в новой задаче