Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: chrome/android/java/res/values/ids.xml

Issue 1895813004: [Custom Tabs]Unbreak buttons on bottom bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add regression test Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabBottomBarDelegate.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
4 4
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 8
9 <resources> 9 <resources>
10 <item name="background_drawable" type="id"/> 10 <item name="background_drawable" type="id"/>
11 <item name="bookmark_page" type="id"/> 11 <item name="bookmark_page" type="id"/>
12 <item name="foreground_drawable" type="id"/> 12 <item name="foreground_drawable" type="id"/>
13 <item name="fre_pager" type="id"/> 13 <item name="fre_pager" type="id"/>
14 <item name="menu_item_enter_anim_id" type="id" /> 14 <item name="menu_item_enter_anim_id" type="id" />
15 <item name="permission_intent_override" type="id" /> 15 <item name="permission_intent_override" type="id" />
16 <item name="permission_type" type="id"/> 16 <item name="permission_type" type="id"/>
17 <item name="refine_view_id" type="id"/> 17 <item name="refine_view_id" type="id"/>
18 <item name="tabswitcher_multiple_drawable" type="id"/> 18 <item name="tabswitcher_multiple_drawable" type="id"/>
19 <item name="tabswitcher_single_drawable" type="id"/> 19 <item name="tabswitcher_single_drawable" type="id"/>
20 <item name="custom_tab_bottom_bar_wrapper" type="id"/>
20 21
21 <!-- InfoBar constants --> 22 <!-- InfoBar constants -->
22 <item type="id" name="button_primary" /> 23 <item type="id" name="button_primary" />
23 <item type="id" name="button_secondary" /> 24 <item type="id" name="button_secondary" />
24 <item type="id" name="infobar_close_button" /> 25 <item type="id" name="infobar_close_button" />
25 <item type="id" name="infobar_extra_check" /> 26 <item type="id" name="infobar_extra_check" />
26 <item type="id" name="infobar_message" /> 27 <item type="id" name="infobar_message" />
27 <item type="id" name="translate_infobar_always_toggle" /> 28 <item type="id" name="translate_infobar_always_toggle" />
28 <item type="id" name="translate_infobar_source_spinner" /> 29 <item type="id" name="translate_infobar_source_spinner" />
29 <item type="id" name="translate_infobar_target_spinner" /> 30 <item type="id" name="translate_infobar_target_spinner" />
(...skipping 15 matching lines...) Expand all
45 <!-- Presentation API notification --> 46 <!-- Presentation API notification -->
46 <item type="id" name="presentation_notification" /> 47 <item type="id" name="presentation_notification" />
47 48
48 <!-- Sync UI constants --> 49 <!-- Sync UI constants -->
49 <item type="id" name="passphrase_type_list" /> 50 <item type="id" name="passphrase_type_list" />
50 51
51 <!-- Keyboard shortcuts --> 52 <!-- Keyboard shortcuts -->
52 <item type="id" name="focus_url_bar" /> 53 <item type="id" name="focus_url_bar" />
53 <item type="id" name="show_menu" /> 54 <item type="id" name="show_menu" />
54 </resources> 55 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabBottomBarDelegate.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698