Skip to content

Commit

Permalink
Overlay updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
devunwired committed May 20, 2014
1 parent 62188b6 commit e70bfca
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#ff000033"
android:middleColor="#ff0000aa"
android:centerColor="#ff0000aa"
android:endColor="#ff000033"
android:angle="270" />
</shape>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="#ffffcccc" />
</shape>
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@
<item name="textColorPrimaryInverse">@android:color/primary_text_plustwo_light</item>
<item name="textColorSecondaryInverse">@android:color/secondary_text_plustwo_light</item>
</style>

<style name="Theme.DeviceDefault.Light" parent="Theme.Holo.Light">
<item name="android:windowBackground">@android:drawable/plustwo_background_light</item>
<item name="textColorPrimary">@android:color/primary_text_plustwo_light</item>
<item name="textColorSecondary">@android:color/secondary_text_plustwo_light</item>
<item name="textColorPrimaryInverse">@android:color/primary_text_plustwo_dark</item>
<item name="textColorSecondaryInverse">@android:color/secondary_text_plustwo_dark</item>
</style>
</resources>
4 changes: 4 additions & 0 deletions overlay/packages/apps/Mms/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<resources>
<style name="MmsHoloTheme" parent="@android:style/Theme.DeviceDefault.Light">
</style>
</resources>

0 comments on commit e70bfca

Please sign in to comment.