-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
83 additions
and
33 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...rlays/com.google.android.apps.playconsole/res/drawable/abc_cab_background_internal_bg.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape android:shape="rectangle" | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<solid android:color="#80000000" /> | ||
</shape> |
5 changes: 5 additions & 0 deletions
5
...lays/com.google.android.apps.playconsole/res/drawable/abc_cab_background_top_material.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape android:shape="rectangle" | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<solid android:color="#80000000" /> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...sets/overlays/com.google.android.apps.playconsole/res/values-v21/colors_notifications.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="notification_action_color_filter">#fff</color> | ||
<color name="notification_bg_color">@android:color/transparent</color> | ||
</resources> |
8 changes: 8 additions & 0 deletions
8
...um/src/main/assets/overlays/com.google.android.apps.playconsole/res/values-v21/styles.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<style name="NavigationDrawerItem"> | ||
<item name="android:orientation">horizontal</item> | ||
<item name="android:background">?android:selectableItemBackground</item> | ||
<item name="android:backgroundTint">#a0000000</item> | ||
<item name="android:paddingLeft">16.0dip</item> | ||
<item name="android:paddingRight">16.0dip</item> | ||
<item name="android:clickable">false</item> | ||
</style> | ||
</resources> |
37 changes: 10 additions & 27 deletions
37
...n/assets/overlays/com.google.android.apps.playconsole/res/values-v21/styles_appcompat.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<style name="Platform.AppCompat" parent="@android:style/Theme.DeviceDefault"> | ||
<item name="android:windowNoTitle">true</item> | ||
<item name="android:windowActionBar">false</item> | ||
<style name="Platform.AppCompat" parent="@android:style/Theme.DeviceDefault.NoActionBar" /> | ||
<style name="Platform.AppCompat.Light" parent="@android:style/Theme.DeviceDefault.NoActionBar"> | ||
<!--<item name="android:backgroundTint">#a0000000</item>--> | ||
<!--<item name="android:statusBarColor">#a0000000</item>--> | ||
</style> | ||
<style name="Platform.AppCompat.Light" parent="@android:style/Theme.DeviceDefault"> | ||
<style name="Platform.AppCompat.Light.Dialog" parent="@android:style/Theme.Material.Dialog"> | ||
<item name="android:windowNoTitle">true</item> | ||
<item name="android:windowActionBar">false</item> | ||
<item name="android:backgroundTint">#a0000000</item> | ||
<!--<item name="android:statusBarColor">#a0000000</item>--> | ||
</style> | ||
<!--<style name="Platform.AppCompat.Light.Dialog" parent="@android:style/Theme.Material.Dialog">--> | ||
<!--<item name="android:windowNoTitle">true</item>--> | ||
<!--<item name="android:windowActionBar">false</item>--> | ||
<!--</style>--> | ||
<!--<style name="Base.ThemeOverlay.AppCompat.Light" parent="@android:style/ThemeOverlay.Material.Dark" />--> | ||
<style name="Base.ThemeOverlay.AppCompat.Light" parent="@android:style/ThemeOverlay.Material.Dark" /> | ||
|
||
<!--<attr name="borderWidth" format="dimension" />--> | ||
<!--<attr name="elevation" format="dimension" />--> | ||
<!--<attr name="fabSize">--> | ||
<!--<enum name="normal" value="0" />--> | ||
<!--<enum name="mini" value="1" />--> | ||
<!--</attr>--> | ||
<!--<attr name="pressedTranslationZ" format="dimension" />--> | ||
<!--<attr name="rippleColor" format="color" />--> | ||
<style name="Platform.V21.AppCompat" parent="@android:style/Theme.DeviceDefault.NoActionBar" /> | ||
<style name="Platform.V21.AppCompat.Light" parent="@android:style/Theme.DeviceDefault.NoActionBar" /> | ||
|
||
<!--<style name="Widget.Design.FloatingActionButton" parent="@android:style/Widget">--> | ||
<!--<item name="android:background">@drawable/design_fab_background</item>--> | ||
<!--<item name="elevation">6.0dip</item>--> | ||
<!--<item name="rippleColor">#30ffffff</item>--> | ||
<!--<item name="fabSize">normal</item>--> | ||
<!--<item name="pressedTranslationZ">6.0dip</item>--> | ||
<!--<item name="borderWidth">0.5dip</item>--> | ||
<!--</style>--> | ||
<dimen name="cardview_compat_inset_shadow">0.0dip</dimen> | ||
<dimen name="cardview_default_elevation">0.0dip</dimen> | ||
</resources> |
5 changes: 5 additions & 0 deletions
5
...n/assets/overlays/com.google.android.apps.playconsole/res/values-v25/styles_appcompat.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<style name="Platform.V25.AppCompat" parent="@android:style/Theme.DeviceDefault.NoActionBar" /> | ||
<style name="Platform.V25.AppCompat.Light" parent="@android:style/Theme.DeviceDefault.NoActionBar" /> | ||
</resources> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
substratum/src/main/assets/overlays/projekt.substratum/res/drawable/tbo_icon.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0" | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillColor="#fff" android:pathData="M22.2 12.5c-0.2 -0.1 -0.5 0 -0.6 0.1 -1.3 1.6 -3.4 2.5 -5.5 2.5 -4 0 -7.2 -3.2 -7.2 -7.2 0 -2.1 0.9 -4 2.5 -5.5C11.6 2.3 11.6 2 11.5 1.8 11.4 1.6 11.2 1.5 11 1.5 5.6 2.1 1.5 6.5 1.5 12c0 5.8 4.7 10.5 10.5 10.5 5.4 0 9.9 -4 10.5 -9.4 0 -0.3 -0.1 -0.5 -0.3 -0.6z" /> | ||
<path android:fillColor="#bbffffff" android:pathData="M22.2 12.5c-0.2 -0.1 -0.5 0 -0.6 0.1 -1.3 1.6 -3.4 2.5 -5.5 2.5 -4 0 -7.2 -3.2 -7.2 -7.2 0 -2.1 0.9 -4 2.5 -5.5C11.6 2.3 11.6 2 11.5 1.8 11.4 1.6 11.2 1.5 11 1.5 5.6 2.1 1.5 6.5 1.5 12c0 5.8 4.7 10.5 10.5 10.5 5.4 0 9.9 -4 10.5 -9.4 0 -0.3 -0.1 -0.5 -0.3 -0.6z" /> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
substratum/src/main/assets/overlays/projekt.substratum/res/drawable/two_icon.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0" | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillColor="#fff" android:pathData="M22 10.6L19.3 9.5C19.1 9.4 19 9.3 19 9.2 18.9 9.1 18.9 8.8 19 8.6L19.9 6.5C20 6 20.3 5.6 20.3 5.1 20.3 4.3 19.7 3.7 18.9 3.7 18.5 3.7 18 4 17.5 4.1L15.4 5C15.2 5.1 14.9 5.1 14.8 5 14.7 4.9 14.6 4.9 14.5 4.7L13.4 2C13.2 1.5 12.7 1 12 1 11.3 1 10.8 1.5 10.6 2L9.5 4.7C9.4 4.9 9.3 5 9.2 5 9 5.1 8.8 5.2 8.6 5L6.5 4.2C6 4 5.6 3.7 5.1 3.7 4.4 3.7 3.7 4.3 3.7 5.1 3.8 5.6 4 6 4.2 6.5L5.1 8.6C5.2 8.8 5.2 9.1 5.1 9.2 5 9.3 4.9 9.4 4.7 9.5L2 10.6c-0.5 0.2 -1 0.7 -1 1.4 0 0.7 0.5 1.2 1 1.4l2.7 1.1c0.2 0.1 0.3 0.2 0.3 0.3 0.1 0.1 0.1 0.4 0 0.6L4.1 17.5C4 18 3.8 18.4 3.8 18.9c0 0.8 0.6 1.4 1.4 1.4 0.4 0 0.9 -0.3 1.4 -0.4L8.7 19c0.2 -0.1 0.5 -0.1 0.6 0 0.1 0.1 0.2 0.1 0.3 0.3l1.1 2.7c0.2 0.5 0.7 1 1.4 1 0.7 0 1.2 -0.5 1.4 -1l1.1 -2.7c0.1 -0.2 0.2 -0.3 0.3 -0.3 0.1 -0.1 0.4 -0.1 0.6 0l2.1 0.9c0.5 0.2 0.9 0.4 1.4 0.4 0.7 0 1.4 -0.6 1.4 -1.4 0 -0.4 -0.3 -0.9 -0.4 -1.4l-1 -2.1c-0.1 -0.2 -0.1 -0.5 0 -0.6 0.1 -0.1 0.1 -0.2 0.3 -0.3L22 13.4c0.5 -0.2 1 -0.7 1 -1.4 0 -0.7 -0.5 -1.2 -1 -1.4zM12 16.8C9.3 16.8 7.2 14.6 7.2 12 7.2 9.4 9.3 7.2 12 7.2c2.7 0 4.8 2.2 4.8 4.8 0 2.6 -2.1 4.8 -4.8 4.8z" /> | ||
<path android:fillColor="#bbffffff" android:pathData="M22 10.6L19.3 9.5C19.1 9.4 19 9.3 19 9.2 18.9 9.1 18.9 8.8 19 8.6L19.9 6.5C20 6 20.3 5.6 20.3 5.1 20.3 4.3 19.7 3.7 18.9 3.7 18.5 3.7 18 4 17.5 4.1L15.4 5C15.2 5.1 14.9 5.1 14.8 5 14.7 4.9 14.6 4.9 14.5 4.7L13.4 2C13.2 1.5 12.7 1 12 1 11.3 1 10.8 1.5 10.6 2L9.5 4.7C9.4 4.9 9.3 5 9.2 5 9 5.1 8.8 5.2 8.6 5L6.5 4.2C6 4 5.6 3.7 5.1 3.7 4.4 3.7 3.7 4.3 3.7 5.1 3.8 5.6 4 6 4.2 6.5L5.1 8.6C5.2 8.8 5.2 9.1 5.1 9.2 5 9.3 4.9 9.4 4.7 9.5L2 10.6c-0.5 0.2 -1 0.7 -1 1.4 0 0.7 0.5 1.2 1 1.4l2.7 1.1c0.2 0.1 0.3 0.2 0.3 0.3 0.1 0.1 0.1 0.4 0 0.6L4.1 17.5C4 18 3.8 18.4 3.8 18.9c0 0.8 0.6 1.4 1.4 1.4 0.4 0 0.9 -0.3 1.4 -0.4L8.7 19c0.2 -0.1 0.5 -0.1 0.6 0 0.1 0.1 0.2 0.1 0.3 0.3l1.1 2.7c0.2 0.5 0.7 1 1.4 1 0.7 0 1.2 -0.5 1.4 -1l1.1 -2.7c0.1 -0.2 0.2 -0.3 0.3 -0.3 0.1 -0.1 0.4 -0.1 0.6 0l2.1 0.9c0.5 0.2 0.9 0.4 1.4 0.4 0.7 0 1.4 -0.6 1.4 -1.4 0 -0.4 -0.3 -0.9 -0.4 -1.4l-1 -2.1c-0.1 -0.2 -0.1 -0.5 0 -0.6 0.1 -0.1 0.1 -0.2 0.3 -0.3L22 13.4c0.5 -0.2 1 -0.7 1 -1.4 0 -0.7 -0.5 -1.2 -1 -1.4zM12 16.8C9.3 16.8 7.2 14.6 7.2 12 7.2 9.4 9.3 7.2 12 7.2c2.7 0 4.8 2.2 4.8 4.8 0 2.6 -2.1 4.8 -4.8 4.8z" /> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
substratum/src/main/assets/overlays/projekt.substratum/res/drawable/uninstall_sheet_icon.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0" | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillColor="#fff" android:pathData="M15,16h4v2h-4zM15,8h7v2h-7zM15,12h6v2h-6zM3,18c0,1.1 0.9,2 2,2h6c1.1,0 2,-0.9 2,-2L13,8L3,8v10zM14,5h-3l-1,-1L6,4L5,5L2,5v2h12z" /> | ||
<path android:fillColor="#bbffffff" android:pathData="M15,16h4v2h-4zM15,8h7v2h-7zM15,12h6v2h-6zM3,18c0,1.1 0.9,2 2,2h6c1.1,0 2,-0.9 2,-2L13,8L3,8v10zM14,5h-3l-1,-1L6,4L5,5L2,5v2h12z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
substratum/src/main/assets/overlays/projekt.substratum/res/values-v21/colors_appcompat.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!--appcompat--> | ||
|
||
<color name="abc_input_method_navigation_guard">#ffffffff</color> | ||
<color name="abc_search_url_text_normal">#ffffffff</color> | ||
<color name="abc_search_url_text_pressed">#ffffffff</color> | ||
<color name="abc_search_url_text_selected">#ffffffff</color> | ||
<color name="background_floating_material_dark">#cc060606</color> | ||
<color name="background_floating_material_light">#cc060606</color> | ||
<color name="background_material_dark">#90000000</color> | ||
<color name="background_material_light">#90000000</color> | ||
<color name="bright_foreground_disabled_material_light">#80ffffff</color> | ||
<color name="bright_foreground_material_light">#ffffffff</color> | ||
<color name="button_material_dark">#55555555</color> | ||
<color name="button_material_light">#55555555</color> | ||
<color name="cardview_dark_background">#30000000</color> | ||
<color name="cardview_light_background">#30000000</color> | ||
<color name="cardview_shadow_end_color">#01000000</color> | ||
<color name="cardview_shadow_start_color">#10000000</color> | ||
<color name="dim_foreground_disabled_material_light">#80bebebe</color> | ||
<color name="dim_foreground_material_light">#ffbebebe</color> | ||
<color name="highlighted_text_material_dark">#66666666</color> | ||
<color name="highlighted_text_material_light">#66666666</color> | ||
<color name="material_blue_grey_800">#ff000000</color> | ||
<color name="material_blue_grey_900">#ff000000</color> | ||
<color name="material_blue_grey_950">#ff000000</color> | ||
<color name="material_deep_teal_200">#ffffffff</color> | ||
<color name="material_deep_teal_500">#ffffffff</color> | ||
<color name="primary_dark_material_light">#ff000000</color> | ||
<color name="primary_material_light">#ff212121</color> | ||
<color name="primary_text_default_material_light">#ffffffff</color> | ||
<color name="primary_text_disabled_material_light">#4dffffff</color> | ||
<color name="ripple_material_light">#4dffffff</color> | ||
<color name="secondary_text_default_material_light">#b3ffffff</color> | ||
<color name="secondary_text_disabled_material_light">#36ffffff</color> | ||
<color name="switch_thumb_disabled_material_light">#ff616161</color> | ||
<color name="switch_thumb_normal_material_light">#ffbdbdbd</color> | ||
</resources> |