Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
3,397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- File created by the Android Action Bar Style Generator
  3.  
  4. Copyright (C) 2011 The Android Open Source Project
  5. Copyright (C) 2012 readyState Software Ltd
  6.  
  7. Licensed under the Apache License, Version 2.0 (the "License");
  8. you may not use this file except in compliance with the License.
  9. You may obtain a copy of the License at
  10.  
  11. http://www.apache.org/licenses/LICENSE-2.0
  12.  
  13. Unless required by applicable law or agreed to in writing, software
  14. distributed under the License is distributed on an "AS IS" BASIS,
  15. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. See the License for the specific language governing permissions and
  17. limitations under the License.
  18. -->
  19.  
  20. <resources>
  21.  
  22. <style name="Theme.Tabwithpager" parent="@style/Theme.AppCompat.Light">
  23. <item name="actionBarItemBackground">@drawable/selectable_background_tabwithpager</item>
  24. <item name="popupMenuStyle">@style/PopupMenu.Tabwithpager</item>
  25. <item name="dropDownListViewStyle">@style/DropDownListView.Tabwithpager</item>
  26. <item name="actionBarTabStyle">@style/ActionBarTabStyle.Tabwithpager</item>
  27. <item name="actionDropDownStyle">@style/DropDownNav.Tabwithpager</item>
  28. <item name="actionBarStyle">@style/ActionBar.Solid.Tabwithpager</item>
  29. <item name="actionModeBackground">@drawable/cab_background_top_tabwithpager</item>
  30. <item name="actionModeSplitBackground">@drawable/cab_background_bottom_tabwithpager</item>
  31. <item name="actionModeCloseButtonStyle">@style/ActionButton.CloseMode.Tabwithpager</item>
  32.  
  33.  
  34. </style>
  35.  
  36. <style name="ActionBar.Solid.Tabwithpager" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
  37. <item name="background">@drawable/ab_solid_tabwithpager</item>
  38. <item name="backgroundStacked">@drawable/ab_stacked_solid_tabwithpager</item>
  39. <item name="backgroundSplit">@drawable/ab_bottom_solid_tabwithpager</item>
  40. <item name="progressBarStyle">@style/ProgressBar.Tabwithpager</item>
  41. </style>
  42.  
  43. <style name="ActionBar.Transparent.Tabwithpager" parent="@style/Widget.AppCompat.Light.ActionBar">
  44. <item name="background">@drawable/ab_transparent_tabwithpager</item>
  45. <item name="progressBarStyle">@style/ProgressBar.Tabwithpager</item>
  46. </style>
  47.  
  48. <style name="PopupMenu.Tabwithpager" parent="@style/Widget.AppCompat.Light.PopupMenu">
  49. <item name="android:popupBackground">@drawable/menu_dropdown_panel_tabwithpager</item>
  50. </style>
  51.  
  52. <style name="DropDownListView.Tabwithpager" parent="@style/Widget.AppCompat.Light.ListView.DropDown">
  53. <item name="android:listSelector">@drawable/selectable_background_tabwithpager</item>
  54. </style>
  55.  
  56. <style name="ActionBarTabStyle.Tabwithpager" parent="@style/Widget.AppCompat.Light.ActionBar.TabView">
  57. <item name="android:background">@drawable/tab_indicator_ab_tabwithpager</item>
  58. </style>
  59.  
  60. <style name="DropDownNav.Tabwithpager" parent="@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar">
  61. <item name="android:background">@drawable/spinner_background_ab_tabwithpager</item>
  62. <item name="android:popupBackground">@drawable/menu_dropdown_panel_tabwithpager</item>
  63. <item name="android:dropDownSelector">@drawable/selectable_background_tabwithpager</item>
  64. </style>
  65.  
  66. <style name="ProgressBar.Tabwithpager" parent="@style/Widget.AppCompat.ProgressBar.Horizontal">
  67. <item name="android:progressDrawable">@drawable/progress_horizontal_tabwithpager</item>
  68. </style>
  69.  
  70. <style name="ActionButton.CloseMode.Tabwithpager" parent="@style/Widget.AppCompat.Light.ActionButton.CloseMode">
  71. <item name="android:background">@drawable/btn_cab_done_tabwithpager</item>
  72. </style>
  73.  
  74. <!-- this style is only referenced in a Light.DarkActionBar based theme -->
  75. <style name="Theme.Tabwithpager.Widget" parent="@style/Theme.AppCompat">
  76. <item name="popupMenuStyle">@style/PopupMenu.Tabwithpager</item>
  77. <item name="dropDownListViewStyle">@style/DropDownListView.Tabwithpager</item>
  78. </style>
  79.  
  80. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement