Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jul 1, 2015
1 parent 932a3ab commit 792b65f
Show file tree
Hide file tree
Showing 33 changed files with 24 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/backgrounddd" />
</shape>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="ring" android:useLevel="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/backgrounddd" />
</shape>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/backgroundd" />
</shape>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/texttt" />
</shape>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<color name="black15">#26ffffff</color>
<color name="black20">#33000000</color>
<color name="black54">#ccffffff</color>
<color name="black60">@color/aaa</color>
<color name="black60">#30ffffff</color>
<!--<color name="black60">#99000000</color>-->

<color name="cardview_dark_background">@color/card</color>
Expand Down
7 changes: 3 additions & 4 deletions Material-Glass/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="layers_apps">"FrameworkRes,SystemUi,Settings,NavBar,Layers,CellBroadcastReceiver,Contacts,GooglePlay,NovaLauncher,HellsCoreUpdater,SoftReboot, "</string>
<string name="layers_apps">"FrameworkRes,SystemUi,DocumentsUI,Settings,NavBar,Layers,CellBroadcastReceiver,Contacts,GooglePlay,Gmail,NovaLauncher,PushBullet,HellsCoreUpdater,SoftReboot, "</string>

<string-array name="fullchangelog">
<item>@array/note</item>
Expand Down Expand Up @@ -65,8 +65,7 @@
<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>
<item>Pushbullet: updated to material design and ported to layers</item>
</string-array>

<string-array name="v37">
Expand All @@ -85,7 +84,7 @@
<item>Google +: tinted white backgrounds</item>
<item>New: themed google play store for layers</item>
<item>New: themed nova launcher for layers</item>
<item>App: renamed layers and categorized them in the plugin</item>
<item>App: renamed layers and categorized them in the plugin (you might want to manually delete the duplicates since they have different names and won\'t be overwritten)</item>
</string-array>

<string-array name="v35">
Expand Down

0 comments on commit 792b65f

Please sign in to comment.