Bug 1379066 - 2. duplicate resource action_bar_button.xml r=jwu

We are going to change action_bar_button but we won't effect Australia
flavor.

MozReview-Commit-ID: A1bR7Dyg0xj

--HG--
rename : mobile/android/app/src/main/res/drawable/action_bar_button.xml => mobile/android/app/src/australis/res/drawable/action_bar_button.xml
extra : rebase_source : 768368e4d1e7f7def0822f1af0ebdde5f8df1ae1
This commit is contained in:
Julian_Chu 2017-07-05 19:07:01 +08:00
Родитель 5fa943c360
Коммит 6025ad2831
2 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,23 @@
<?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/. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true">
<shape>
<solid android:color="@color/highlight" />
</shape>
</item>
<item android:state_focused="true" android:state_pressed="false">
<shape>
<solid android:color="@color/highlight_focused" />
</shape>
</item>
<item android:drawable="@android:color/transparent" />
</selector>