зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
5fa943c360
Коммит
6025ad2831
|
@ -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>
|
Загрузка…
Ссылка в новой задаче