-
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.
Merge pull request #11 from langerhans/override-delay
Add setting to delay applying an override
- Loading branch information
Showing
8 changed files
with
67 additions
and
6 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
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
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
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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="960" | ||
android:viewportHeight="960"> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M440,840Q365,840 299.5,812Q234,784 185,735Q136,686 108,620.5Q80,555 80,480Q80,405 108,339.5Q136,274 185,225Q234,176 299.5,148Q365,120 440,120Q461,120 480.5,122.5Q500,125 520,130L520,212Q500,206 480.5,203Q461,200 440,200Q322,200 241,281Q160,362 160,480Q160,598 241,679Q322,760 440,760Q558,760 639,679Q720,598 720,480Q720,469 719,460Q718,451 716,440L798,440Q800,451 800,460Q800,469 800,480Q800,555 772,620.5Q744,686 695,735Q646,784 580.5,812Q515,840 440,840ZM552,648L400,496L400,280L480,280L480,464L608,592L552,648ZM720,360L720,240L600,240L600,160L720,160L720,40L800,40L800,160L920,160L920,240L800,240L800,360L720,360Z"/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="960" | ||
android:viewportHeight="960"> | ||
<path | ||
android:fillColor="@android:color/black" | ||
android:pathData="M440,840Q365,840 299.5,812Q234,784 185,735Q136,686 108,620.5Q80,555 80,480Q80,405 108,339.5Q136,274 185,225Q234,176 299.5,148Q365,120 440,120Q461,120 480.5,122.5Q500,125 520,130L520,212Q500,206 480.5,203Q461,200 440,200Q322,200 241,281Q160,362 160,480Q160,598 241,679Q322,760 440,760Q558,760 639,679Q720,598 720,480Q720,469 719,460Q718,451 716,440L798,440Q800,451 800,460Q800,469 800,480Q800,555 772,620.5Q744,686 695,735Q646,784 580.5,812Q515,840 440,840ZM552,648L400,496L400,280L480,280L480,464L608,592L552,648ZM720,360L720,240L600,240L600,160L720,160L720,40L800,40L800,160L920,160L920,240L800,240L800,360L720,360Z"/> | ||
</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