Advertisement
samulomba96

Untitled

Jul 22nd, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 15.34 KB | None | 0 0
  1. <--
  2. -ti ho messo i colors e gli styles Styles del framework e dei settings
  3. -i colori sono un po di prodigy e un po del nuovo
  4. -leggi i commenti ;)-->
  5. <--style framework-->
  6.     <!--This includes the power menu for system-->
  7.     <style name="Theme.DeviceDefault.Light.DarkActionBar" parent="@android:style/Theme.Material" />
  8.  
  9.     <!--menu reboot-->
  10.     <style name="Theme.DeviceDefault.Light.NoActionBar" parent="@android:style/Theme.Material.NoActionBar" />
  11.  
  12.     <style name="Theme.DeviceDefault.Light.NoActionBar.Fullscreen" parent="@android:style/Theme.Material.NoActionBar.Fullscreen" />
  13.     <style name="Theme.DeviceDefault.Light.Dialog" parent="@android:style/Theme.Material.Dialog" />
  14.     <style name="Theme.DeviceDefault.Light.Dialog.MinWidth" parent="@android:style/Theme.Material.Dialog.MinWidth" />
  15.     <style name="Theme.DeviceDefault.Light.Dialog.NoActionBar" parent="@android:style/Theme.Material.Dialog.NoActionBar" />
  16.     <style name="Theme.DeviceDefault.Light.Dialog.NoActionBar.MinWidth" parent="@android:style/Theme.Material.Dialog.NoActionBar.MinWidth" />
  17.     <style name="Theme.DeviceDefault.Light.DialogWhenLarge" parent="@android:style/Theme.Material.DialogWhenLarge" />
  18.     <style name="Theme.DeviceDefault.Light.DialogWhenLarge.NoActionBar" parent="@android:style/Theme.Material.DialogWhenLarge.NoActionBar" />
  19.     <style name="Theme.DeviceDefault.Light.Panel" parent="@android:style/Theme.Material.Panel" />
  20.     <style name="Widget.DeviceDefault.Light" parent="@android:style/Widget.Material" />
  21.     <style name="Widget.DeviceDefault.Light.Button" parent="@android:style/Widget.Material.Button" />
  22.     <style name="Widget.DeviceDefault.Light.Button.Small" parent="@android:style/Widget.Material.Button.Small" />
  23.     <style name="Widget.DeviceDefault.Light.Button.Inset" parent="@android:style/Widget.Material.Button.Inset" />
  24.     <style name="Widget.DeviceDefault.Light.Button.Toggle" parent="@android:style/Widget.Material.Button.Toggle" />
  25.     <style name="Widget.DeviceDefault.Light.Button.Borderless.Small" parent="@android:style/Widget.Material.Button.Borderless.Small" />
  26.     <style name="Widget.DeviceDefault.Light.TextView" parent="@android:style/Widget.Material.TextView" />
  27.     <style name="Widget.DeviceDefault.Light.AutoCompleteTextView" parent="@android:style/Widget.Material.AutoCompleteTextView" />
  28.     <style name="Widget.DeviceDefault.Light.CompoundButton.CheckBox" parent="@android:style/Widget.Material.CompoundButton.CheckBox" />
  29.     <style name="Widget.DeviceDefault.Light.ListView.DropDown" parent="@android:style/Widget.Material.ListView.DropDown" />
  30.     <style name="Widget.DeviceDefault.Light.EditText" parent="@android:style/Widget.Material.EditText" />
  31.     <style name="Widget.DeviceDefault.Light.ExpandableListView" parent="@android:style/Widget.Material.ExpandableListView" />
  32.     <style name="Widget.DeviceDefault.Light.GridView" parent="@android:style/Widget.Material.GridView" />
  33.     <style name="Widget.DeviceDefault.Light.ImageButton" parent="@android:style/Widget.Material.ImageButton" />
  34.     <style name="Widget.DeviceDefault.Light.ListView" parent="@android:style/Widget.Material.ListView" />
  35.     <style name="Widget.DeviceDefault.Light.PopupWindow" parent="@android:style/Widget.Material.PopupWindow" />
  36.     <style name="Widget.DeviceDefault.Light.ProgressBar" parent="@android:style/Widget.Material.ProgressBar" />
  37.     <style name="Widget.DeviceDefault.Light.ProgressBar.Horizontal" parent="@android:style/Widget.Material.ProgressBar.Horizontal" />
  38.     <style name="Widget.DeviceDefault.Light.ProgressBar.Small" parent="@android:style/Widget.Material.ProgressBar.Small" />
  39.     <style name="Widget.DeviceDefault.Light.ProgressBar.Small.Title" parent="@android:style/Widget.Material.ProgressBar.Small.Title" />
  40.     <style name="Widget.DeviceDefault.Light.ProgressBar.Large" parent="@android:style/Widget.Material.ProgressBar.Large" />
  41.     <style name="Widget.DeviceDefault.Light.SeekBar" parent="@android:style/Widget.Material.SeekBar" />
  42.     <style name="Widget.DeviceDefault.Light.RatingBar" parent="@android:style/Widget.Material.RatingBar" />
  43.     <style name="Widget.DeviceDefault.Light.RatingBar.Indicator" parent="@android:style/Widget.Material.RatingBar.Indicator" />
  44.     <style name="Widget.DeviceDefault.Light.RatingBar.Small" parent="@android:style/Widget.Material.RatingBar.Small" />
  45.     <style name="Widget.DeviceDefault.Light.CompoundButton.RadioButton" parent="@android:style/Widget.Material.CompoundButton.RadioButton" />
  46.     <style name="Widget.DeviceDefault.Light.ScrollView" parent="@android:style/Widget.Material.ScrollView" />
  47.     <style name="Widget.DeviceDefault.Light.HorizontalScrollView" parent="@android:style/Widget.Material.HorizontalScrollView" />
  48.     <style name="Widget.DeviceDefault.Light.Spinner" parent="@android:style/Widget.Material.Spinner" />
  49.     <style name="Widget.DeviceDefault.Light.CompoundButton.Star" parent="@android:style/Widget.Material.CompoundButton.Star" />
  50.     <style name="Widget.DeviceDefault.Light.TabWidget" parent="@android:style/Widget.Material.TabWidget" />
  51.     <style name="Widget.DeviceDefault.Light.WebTextView" parent="@android:style/Widget.Material.WebTextView" />
  52.     <style name="Widget.DeviceDefault.Light.WebView" parent="@android:style/Widget.Material.WebView" />
  53.     <style name="Widget.DeviceDefault.Light.DropDownItem" parent="@android:style/Widget.Material.DropDownItem" />
  54.     <style name="Widget.DeviceDefault.Light.DropDownItem.Spinner" parent="@android:style/Widget.Material.DropDownItem.Spinner" />
  55.     <style name="Widget.DeviceDefault.Light.TextView.SpinnerItem" parent="@android:style/Widget.Material.TextView.SpinnerItem" />
  56.     <style name="Widget.DeviceDefault.Light.ListPopupWindow" parent="@android:style/Widget.Material.ListPopupWindow" />
  57.     <style name="Widget.DeviceDefault.Light.PopupMenu" parent="@android:style/Widget.Material.PopupMenu" />
  58.     <style name="Widget.DeviceDefault.Light.Tab" parent="@android:style/Widget.Material.Tab" />
  59.     <style name="Widget.DeviceDefault.Light.CalendarView" parent="@android:style/Widget.Material.CalendarView" />
  60.     <style name="Widget.DeviceDefault.Light.ActionButton" parent="@android:style/Widget.Material.ActionButton" />
  61.     <style name="Widget.DeviceDefault.Light.ActionButton.Overflow" parent="@android:style/Widget.Material.ActionButton.Overflow" />
  62.     <style name="Widget.DeviceDefault.Light.ActionMode" parent="@android:style/Widget.Material.ActionMode" />
  63.     <style name="Widget.DeviceDefault.Light.ActionButton.CloseMode" parent="@android:style/Widget.Material.ActionButton.CloseMode" />
  64.     <style name="Widget.DeviceDefault.Light.ActionBar" parent="@android:style/Widget.Material.ActionBar" />
  65.     <style name="Widget.DeviceDefault.Light.ActionBar.TabView" parent="@android:style/Widget.Material.ActionBar.TabView" />
  66.     <style name="Widget.DeviceDefault.Light.ActionBar.TabText" parent="@android:style/Widget.Material.ActionBar.TabText" />
  67.     <style name="Widget.DeviceDefault.Light.ActionBar.TabBar" parent="@android:style/Widget.Material.ActionBar.TabBar" />
  68.     <style name="Widget.DeviceDefault.Light.ActionBar.Solid" parent="@android:style/Widget.Material.ActionBar.Solid" />
  69.     <style name="DeviceDefault.Light.ButtonBar" parent="@android:style/Widget.Material.ButtonBar" />
  70.     <style name="DeviceDefault.Light.ButtonBar.AlertDialog" parent="@android:style/Widget.Material.ButtonBar.AlertDialog" />
  71.     <style name="DeviceDefault.Light.SegmentedButton" parent="@android:style/Widget.Material.SegmentedButton" />
  72.     <style name="Widget.DeviceDefault.Light.MediaRouteButton" parent="@android:style/Widget.Material.MediaRouteButton" />
  73.     <style name="Theme.DeviceDefault.Light.NoActionBar.Overscan" parent="@android:style/Theme.Material.NoActionBar.Overscan" />
  74.     <style name="Theme.DeviceDefault.Light.NoActionBar.TranslucentDecor" parent="@android:style/Theme.Material.NoActionBar.TranslucentDecor" />
  75.     <style name="Widget.DeviceDefault.Light.FastScroll" parent="@android:style/Widget.Material.FastScroll" />
  76.     <style name="Widget.DeviceDefault.Light.StackView" parent="@android:style/Widget.Material.StackView" />
  77.     <style name="Widget.DeviceDefault.Light.Button.Borderless" parent="@android:style/Widget.Material.Button.Borderless" />
  78.     <style name="Widget.DeviceDefault.Light.DatePicker" parent="@android:style/Widget.Material.DatePicker" />
  79.     <style name="Widget.DeviceDefault.Light.TimePicker" parent="@android:style/Widget.Material.TimePicker" />
  80.     <style name="Theme.Dialog.RecentApplications" parent="@android:style/Theme.DeviceDefault.Dialog" />
  81.     <style name="Theme.DeviceDefault.Light.Dialog.FixedSize" parent="@android:style/Theme.DeviceDefault.Dialog" />
  82.     <style name="Theme.DeviceDefault.Light.Dialog.NoActionBar.FixedSize" parent="@android:style/Theme.DeviceDefault.Dialog.NoActionBar" />
  83.     <style name="Theme.DeviceDefault.Light.Dialog.Presentation" parent="@android:style/Theme.Material.Dialog.Presentation" />
  84.     <style name="Theme.DeviceDefault.Light.Dialog.Alert" parent="@android:style/Theme.Material.Dialog.Alert" />
  85.     <style name="Theme.Material.Settings.Dialog.Presentation" parent="@android:style/Theme.Material.Dialog.Presentation" />
  86.     <style name="Theme.DeviceDefault.Light.SearchBar" parent="@style/Theme.Material.SearchBar" />
  87.     <style name="Theme.Material.SearchBar" parent="@android:style/Theme.Material.Panel" />
  88.     <style name="Theme.Material.Settings" parent="@android:style/Theme.Material">
  89.         <item name="android:colorPrimary">#ff222326</item>
  90.         <item name="android:colorPrimaryDark">#ff121314</item>
  91.         <item name="android:statusBarColor">#ff121314</item>
  92.     </style>
  93.     <style name="Theme.DeviceDefault.Resolver" parent="@android:style/Theme.Material.Panel" />
  94. <--color framework-->
  95. ources>
  96.     <color name="highlighted_text_material_light">#ff1db954</color>
  97.     <color name="colorEdgeEffect">#30eeff41</color>
  98.     <color name="background_material_dark">#ff121314</color>
  99.     <!--popup-->
  100.     <color name="background_floating_material_dark">#ff121314</color>
  101.     <color name="primary_material_dark">#ff121314</color>
  102.     <color name="exposed_resolver_list_bg">#ff121314</color>
  103.     <color name="cardview_light_background">#ff222326</color>
  104.     <color name="theme_accent">#ff1db954</color>
  105.     <color name="material_deep_teal_200">#ff1db954</color>
  106.     <color name="material_deep_teal_500">#ff1db954</color>
  107.     <color name="material_blue_grey_800">#ff1db954</color>
  108.     <color name="material_blue_grey_900">#ff222326</color>
  109.     <color name="material_blue_grey_950">#ff121314</color>
  110.     <color name="accent_material_light">#ff1db954</color>
  111.     <color name="user_icon_1">#ffcfd8dc</color>
  112.     <color name="ripple_material_dark">#ffb0bec5</color>
  113.     <color name="ripple_material_light">#ffb0bec5</color>
  114.     <color name="accent_material_dark">#ff1db954</color>
  115.     <color name="highlighted_text_dark">#ff1db954</color>
  116.     <color name="highlighted_text_light">#ff1db954</color>
  117.     <color name="resolver_list_bg">#ff222326</color>
  118.     <!--code for notification-->
  119.     <color name="system_notification_accent_color">#ff222326</color>
  120.     <color name="notification_mtrl_action_textcolor">#fffafafa</color>
  121.     <color name="notification_mtrl_big_picture_bg">#ff121314</color>
  122.     <color name="notification_template_material_big_picture_background_color">#ff121314</color>
  123.     <color name="notification_icon_bg_color">#ff222326</color>
  124.     <color name="notification_action_color_filter">#fffafafa</color>
  125.     <color name="exposed_notification_big_pic_bg">#ff222326</color>
  126.  
  127.     <color name="highlighted_text_holo_dark">#ff1db954</color>
  128.     <color name="highlighted_text_holo_light">#ff1db954</color>
  129.     <color name="exposed_notify_action_text">#ffffffff</color>
  130.     <color name="exposed_primary_text_light">#ffffffff</color>
  131.     <color name="exposed_secondary_text_light">#fffafafa</color>
  132.     <color name="exposed_secondary_text_dark">#fffafafa</color>
  133.     <color name="exposed_primary_text_dark">#ffffffff</color>
  134.     <color name="notification_media_primary_color">#ffffffff</color>
  135.     <color name="notification_media_secondary_color">#ffcfd8dc</color>
  136.     <color name="notification_progress_background_color">#ffcfd8dc</color>
  137.     <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
  138.     <color name="switch_thumb_normal_material_light">#fff1f1f1</color>
  139.     <color name="exposed_TextAppearance.StatusBar.EventContent">#fff5f5f5</color>
  140.     <color name="exposed_TextAppearance.StatusBar.EventContent.Emphasis">#ffeeeeee</color>
  141.     <color name="exposed_TextAppearance.EasyCorrectSuggestion">#88e5e5e5</color>
  142.     <color name="primary_text_material_dark">#ffffffff</color>
  143.     <color name="primary_text_leanback_dark">#ffffffff</color>
  144.     <color name="secondary_text_leanback_dark">#ffffffff</color>
  145. <--style settings-->
  146.  <style name="Theme.SettingsBase" parent="@android:style/Theme.Material.Settings" />
  147.     <style name="Theme.Material.Settings" parent="@android:style/Theme.Material" />
  148.     <style name="Theme.ActionBar" parent="@android:style/Widget.Material.ActionBar.Solid" />
  149.     <style name="SetupWizardWifiTheme.Light" parent="@android:style/Theme.Material.NoActionBar" />
  150.     <style name="Theme.Light.WifiDialog" parent="@android:style/Theme.Material.Dialog.Alert" />
  151.     <style name="Theme.DialogWhenLarge" parent="@android:style/Theme.Material.DialogWhenLarge">
  152.         <item name="android:colorForeground">#ff4778d2</item>
  153.     </style>
  154.     <style name="Theme.AlertDialog" parent="@android:style/Theme.Material.Dialog.Alert" />
  155. <--color settings-->
  156. <color name="exposed_bg_dark">#ff222326</color>
  157.     <color name="exposed_bg_light">#ff222326</color>
  158.     <color name="exposed_barPrimaryColor">#ffffffff</color>
  159.     <color name="exposed_primary_text_light">#ffffffff</color>
  160.     <color name="exposed_primary_text_dark">#ffffffff</color>
  161.     <color name="exposed_secondary_text_dark">#ffffffff</color>
  162.     <color name="exposed_secondary_text_light">#ffffffff</color>
  163.     <color name="exposed_expanded_item">#ffffffff</color>
  164.     <color name="exposed_qs_tile_text">#deffffff</color>
  165.     <color name="exposed_datachartfillcolor_secondary">#ffffffff</color>
  166.     <color name="exposed_data_limit_chart_labelcolor">#ffffffff</color>
  167.     <color name="theme_primary">#ff222326</color>
  168.     <color name="data_usage_fill_color">#ff1db954</color>
  169.     <color name="switchbar_background_color">#ff121314</color>
  170.     <color name="switch_accent_color">#ff1db954</color>
  171.     <color name="theme_primary_dark">#ff121314</color>
  172.     <color name="theme_accent">#ff1db954</color>
  173.     <color name="cardview_shadow_start_color">#ff121314</color>
  174.     <color name="cardview_shadow_end_color">#ff121314</color>
  175.     <color name="dashboard_background_color">#ff121314</color>
  176.     <color name="dashboard_category_background_color">#ff222326</color>
  177.     <color name="divider_color">#ffdddddd</color>
  178.     <color name="title_color">#ff1db954</color>
  179.     <color name="wifi_divider">#ffe0e0e0</color>
  180.     <color name="text_color_black">#ffffffff</color>
  181.     <color name="exposed_datachartfillcolor">#ff1db954</color>
  182.     <color name="lock_pattern_background">#00000000</color>
  183.     <color name="material_deep_teal_200">#ff1db954</color>
  184.     <color name="ic_settings_icons_exposed">#ff4778d2</color>
  185.     <!--Remainder coloring for Data Usage and Battery Usage-->
  186.     <color name="material_empty_color_light">#80777777</color>
  187.     <!--Dirty Unicorns Settings Icons-->
  188.     <color name="material_deep_teal_500">#ff4778d2</color>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement