Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Add more Holo Blue
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemsultan committed Aug 5, 2014
1 parent 57776b0 commit c01d7bf
Show file tree
Hide file tree
Showing 25 changed files with 83 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nadeemsultan.holofiedcm11theme"
android:versionCode="7"
android:versionName="1.5" >
android:versionCode="8"
android:versionName="1.5.1" >

<uses-feature android:name="org.cyanogenmod.theme" android:required="true" />

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:drawable="@drawable/scrubber_control_disabled_holo" />
<item android:state_pressed="true" android:drawable="@drawable/scrubber_control_pressed_holo" />
<item android:state_selected="true" android:drawable="@drawable/scrubber_control_focused_holo" />
<item android:drawable="@drawable/scrubber_control_normal_holo" />
</selector>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:drawable="@drawable/scrubber_control_disabled_holo_dark" />
<item android:state_pressed="true" android:drawable="@drawable/scrubber_control_pressed_holo_dark" />
<item android:state_selected="true" android:drawable="@drawable/scrubber_control_focused_holo_dark" />
<item android:drawable="@drawable/scrubber_control_normal_holo_dark" />
</selector>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:drawable="@drawable/scrubber_control_disabled_holo_light" />
<item android:state_pressed="true" android:drawable="@drawable/scrubber_control_pressed_holo_light" />
<item android:state_selected="true" android:drawable="@drawable/scrubber_control_focused_holo_light" />
<item android:drawable="@drawable/scrubber_control_normal_holo_light" />
</selector>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background" android:drawable="@drawable/scrubber_track_holo_dark" />
<item android:id="@android:id/secondaryProgress">
<scale android:drawable="@drawable/scrubber_secondary_holo" android:scaleWidth="100%" />
</item>
<item android:id="@android:id/progress">
<scale android:drawable="@drawable/scrubber_primary_holo" android:scaleWidth="100%" />
</item>
</layer-list>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background" android:drawable="@drawable/scrubber_track_holo_light" />
<item android:id="@android:id/secondaryProgress">
<scale android:drawable="@drawable/scrubber_secondary_holo_light" android:scaleWidth="100%" />
</item>
<item android:id="@android:id/progress">
<scale android:drawable="@drawable/scrubber_primary_holo_light" android:scaleWidth="100%" />
</item>
</layer-list>
8 changes: 8 additions & 0 deletions assets/overlays/android/res/values/colors.xml
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="holo_blue_bright">#ff00ddff</color>
<color name="holo_blue_dark">#ff0099cc</color>
<color name="holo_blue_light">#ff33b5e5</color>
<color name="highlighted_text_holo_dark">#6633b5e5</color>
<color name="highlighted_text_holo_light">#6633b5e5</color>
</resources>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@*android:id/secondaryProgress">
<clip>
<shape>
<solid android:color="#c033b5e5" />
</shape>
</clip>
</item>
<item android:id="@*android:id/progress">
<clip>
<shape>
<solid android:color="#c033b5e5" />
</shape>
</clip>
</item>
</layer-list>
8 changes: 8 additions & 0 deletions assets/overlays/com.android.settings/res/values/colors.xml
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="linear_color_bar_left_color">#ff0099cc</color>
<color name="linear_color_bar_middle_color">#ff0099cc</color>
<color name="linear_color_bar_right_color">#ff888888</color>
<color name="linear_color_bar_gray_color">#ff555555</color>
<color name="linear_color_bar_white_color">#ffffffff</color>
</resources>
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -11,6 +11,7 @@ Holofied is a simple CM11 theme that replaces some subtle interface changes made
* Wallpaper

###Changelog
* **1.5.1** : More Holo Blue
* **1.5** : Bring back Holo Blue
* **1.4** : Hide mobile data indicators
* **1.3.1** : Added xxhdpi resources
Expand Down

0 comments on commit c01d7bf

Please sign in to comment.