Commit f5573bba authored by clholgat@chromium.org's avatar clholgat@chromium.org

Refreshing the tab switcher assets.

BUG=386356

Review URL: https://codereview.chromium.org/408253003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285635 0039d316-1c4b-4281-b951-d872f2087c98
parent 5071e116
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false"
android:drawable="@drawable/tab_close_white" />
<item android:state_pressed="true"
android:drawable="@drawable/tab_close_white_active" />
<item android:state_selected="true"
android:drawable="@drawable/tab_close_white_active" />
<item android:state_focused="true"
android:drawable="@drawable/tab_close_white_active" />
<item android:drawable="@drawable/tab_close_white" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false"
android:drawable="@drawable/tabstrip_incognito_switch_normal" />
<item android:state_pressed="true"
android:drawable="@drawable/tabstrip_incognito_switch_normal_active" />
<item android:state_selected="true"
android:drawable="@drawable/tabstrip_incognito_switch_normal_active" />
<item android:state_focused="true"
android:drawable="@drawable/tabstrip_incognito_switch_normal_active" />
<item android:drawable="@drawable/tabstrip_incognito_switch_normal" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false"
android:drawable="@drawable/tabstrip_incognito_switch_incognito" />
<item android:state_pressed="true"
android:drawable="@drawable/tabstrip_incognito_switch_incognito_active" />
<item android:state_selected="true"
android:drawable="@drawable/tabstrip_incognito_switch_incognito_active" />
<item android:state_focused="true"
android:drawable="@drawable/tabstrip_incognito_switch_incognito_active" />
<item android:drawable="@drawable/tabstrip_incognito_switch_incognito" />
</selector>
\ No newline at end of file
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/ntp_toolbar_button_background_selected" android:background="@drawable/ntp_toolbar_button_background_selected"
android:src="@drawable/tabstrip_incognito_switch_normal" android:src="@drawable/btn_tabstrip_incognito_switch"
android:contentDescription="@string/accessibility_tab_switcher_standard_stack" android:contentDescription="@string/accessibility_tab_switcher_standard_stack"
style="?android:attr/borderlessButtonStyle" /> style="?android:attr/borderlessButtonStyle" />
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:src="@drawable/tabstrip_incognito_switch_incognito" android:src="@drawable/btn_tabstrip_incognito_switch_incognito"
android:background="@drawable/ntp_toolbar_button_background" android:background="@drawable/ntp_toolbar_button_background"
android:contentDescription="@string/accessibility_tab_switcher_incognito_stack" android:contentDescription="@string/accessibility_tab_switcher_incognito_stack"
style="?android:attr/borderlessButtonStyle" /> style="?android:attr/borderlessButtonStyle" />
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
android:padding="4dp" android:padding="4dp"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/accessibility_tabstrip_btn_close_tab" android:contentDescription="@string/accessibility_tabstrip_btn_close_tab"
android:src="@drawable/close_tab_incognito" android:src="@drawable/btn_tab_close"
android:gravity="end|center_vertical" /> android:gravity="end|center_vertical" />
</LinearLayout> </LinearLayout>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment