This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add colored circle background to qs tiles
- Loading branch information
Showing
7 changed files
with
633 additions
and
406 deletions.
There are no files selected for viewing
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
406 changes: 1 addition & 405 deletions
406
app/src/main/java/xyz/paphonb/androidpify/hooks/NotificationStackHook.kt
Large diffs are not rendered by default.
Oops, something went wrong.
570 changes: 570 additions & 0 deletions
570
app/src/main/java/xyz/paphonb/androidpify/hooks/QuickSettingsHook.kt
Large diffs are not rendered by default.
Oops, something went wrong.
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
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"?> | ||
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="2.2" android:viewportHeight="2.2" | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillColor="#ffffffff" android:pathData="M.1,1.1 c0,.55 .45,1 1,1 c.55,0 1,-.45 1,-1 c0,-.55 -.45,-1 -1,-1 c-.55,0 -1,.45 -1,1" /> | ||
</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
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