Bug 1178813 - Revise the autocomplete_list_bg.9.png asset r=mcomella

--HG--
extra : commitid : HuNfvQuJFgg
extra : rebase_source : cf5f2590920440601f2c9b74bd9c093e56e7182c
extra : amend_source : 06635eb41655b62f48113da470f2dafcdd35e0f4
This commit is contained in:
Martyn Haigh 2015-07-03 13:59:40 +01:00
parent 3e016867cf
commit ba1eff7e3d
2 changed files with 14 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- 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/. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@android:color/white"/>
<stroke android:width="1dp"
android:color="@color/placeholder_grey" />
</shape>