Skip to content

Commit

Permalink
themed pushbullet
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jul 1, 2015
1 parent 4e802ee commit 932a3ab
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<item name="android:colorBackgroundCacheHint">@color/backgroundt</item>
<item name="android:statusBarColor">@color/backgroundt</item>
</style>

<style name="DeviceDefault.Light.ButtonBar" parent="@android:style/Widget.Material.ButtonBar" />
<style name="DeviceDefault.Light.ButtonBar.AlertDialog"
parent="@android:style/Widget.Material.ButtonBar.AlertDialog" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.AppCompat" parent="@*common:style/Theme.AppCompat" />
<style name="Theme.AppCompat.Light" parent="@*common:style/Theme.AppCompat" />
<style name="Theme.AppCompat.Light.DarkActionBar" parent="@*common:style/Theme.AppCompat" />
<style name="Theme.AppCompat.NoActionBar" parent="@*common:style/Theme.AppCompat.NoActionBar" />
<style name="Theme.AppCompat.Light.NoActionBar" parent="@*common:style/Theme.AppCompat.NoActionBar" />
<style name="Base.Theme.AppCompat" parent="@*common:style/Theme.AppCompat" />
<style name="Base.Theme.AppCompat.Light" parent="@*common:style/Theme.AppCompat" />
<style name="Base.ThemeOverlay.AppCompat" parent="@*common:style/Theme.AppCompat" />
<style name="Base.ThemeOverlay.AppCompat.Light" parent="@*common:style/Theme.AppCompat" />

<style name="Theme.AppCompat.Dialog" parent="@*common:style/Theme.AppCompat.Dialog" />
<style name="Theme.AppCompat.Light.Dialog" parent="@*common:style/Theme.AppCompat.Dialog" />
<style name="Base.Widget.AppCompat.ActionBar" parent="@*common:style/Base.Widget.AppCompat.ActionBar" />
Expand All @@ -20,6 +11,14 @@

<style name="AppBaseTheme" parent="@android:style/Theme.Material" />

<style name="ListView.System" parent="@android:style/Widget.Material.ListView" />
<style name="ScrollView.System" parent="@android:style/Widget.Material.ScrollView" />
<style name="ChatBubbleText">
<item name="android:textColor">@color/text</item>
<item name="android:textColorLink">@color/text</item>
<!--<item name="android:paddingLeft">@dimen/half_standard_padding</item>-->
<item name="android:paddingLeft">8.0dip</item>
<item name="android:paddingRight">8.0dip</item>
<item name="android:visibility">gone</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
</style>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,25 @@
<color name="bg_card_container">@color/background</color>
<color name="bg_card_shadow">#03000000</color>
<color name="bg_widget">@color/background</color>
<color name="bg_window">@color/bbb</color>
<color name="bg_window">@color/background</color>
<color name="black">#ff000000</color>
<color name="black10">#1a000000</color>
<color name="black15">#26000000</color>
<color name="black15">#26ffffff</color>
<color name="black20">#33000000</color>
<color name="black60">#99000000</color>
<color name="black54">#ccffffff</color>
<color name="black60">@color/aaa</color>
<!--<color name="black60">#99000000</color>-->

<color name="cardview_dark_background">@color/card</color>
<color name="cardview_light_background">@color/card</color>
<color name="cardview_shadow_end_color">#03000000</color>
<color name="cardview_shadow_start_color">#05000000</color>

<color name="gray1">@color/background</color>
<color name="gray1">@color/backgroundd</color>
<color name="gray2">@color/textt</color>
<!--below are both text and background-->
<color name="gray3">@color/text</color>
<color name="gray4">#ff4ab367</color>
<color name="gray4">@color/aaa</color>

<color name="mid_green">#ff4ab367</color>

Expand All @@ -43,22 +45,27 @@
<color name="tint_divider">#22ffffff</color>
<color name="tint_solid_divider">#22ffffff</color>
<color name="transparent">#00000000</color>
<color name="white">@color/card</color>
<!--<color name="white">@color/text</color>-->
<color name="white">#a0000000</color>
<color name="white40">#4d000000</color>
<color name="white60">#99000000</color>
<color name="white60">#99ffffff</color>
<color name="white65">#a6000000</color>
<color name="white90">#e6000000</color>

<!--new with material design-->
<color name="md_divider_black">#10ffffff</color>
<color name="bubble_share_icon">#ccffffff</color>

<color name="aaa">#ffff00ff</color>
<color name="bbb">#ff00ffff</color>
<color name="text">#ffffffff</color>
<color name="textt">#ccffffff</color>
<color name="texttt">#99ffffff</color>
<color name="card">#30000000</color>
<color name="cardd">#30333333</color>
<color name="background">#88000000</color>
<color name="backgroundd">#88161616</color>
<color name="backgrounddd">#88323232</color>
<color name="background">#90000000</color>
<color name="backgroundd">#90161616</color>
<color name="backgrounddd">#90323232</color>
<color name="backgroundx">#ff000000</color>
<color name="backgrounddx">#ff161616</color>
<color name="backgroundddx">#ff323232</color>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item type="drawable" name="com_facebook_picker_default_separator_color">#22ffffff</item>
<item type="drawable" name="notification_template_icon_bg">#90000000</item>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void onClick(View v) {
if (intent == null) {
Toast.makeText(getActivity(), getString(R.string.cm_not_installed), Toast.LENGTH_SHORT).show();
} else {
final String className = "com.pitchedapps.material.glass.utilities.CmThemeEngineLauncher";
final String className = "com.pitchedapps.material.glass.free.utilities.CmThemeEngineLauncher";
Class<?> cl = null;
try {
cl = Class.forName(className);
Expand Down
10 changes: 10 additions & 0 deletions Material-Glass/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<string-array name="fullchangelog">
<item>@array/note</item>

<item>@array/v38</item>
<item>@array/v37</item>
<item>@array/v36</item>
<item>@array/v35</item>
Expand Down Expand Up @@ -59,6 +60,15 @@
<item></item>
</string-array>

<string-array name="v38">
<item>v2.1.2</item>
<item>New: themed gmail for layers</item>
<item>New: themed documentsui for layers</item>
<item>Framework: remove unneeded devicedefault modification</item>
<item></item>
<item></item>
</string-array>

<string-array name="v37">
<item>v2.1.2</item>
<item>New: themed cellbroadcastreceiver for layers</item>
Expand Down

0 comments on commit 932a3ab

Please sign in to comment.