-
Notifications
You must be signed in to change notification settings - Fork 51
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 #12 from Knightwood/master
- Loading branch information
Showing
18 changed files
with
295 additions
and
55 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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,5 @@ | ||
<vector android:height="24dp" android:tint="#000000" | ||
android:viewportHeight="24" android:viewportWidth="24" | ||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillColor="@android:color/white" android:pathData="M17.73,12.02l3.98,-3.98c0.39,-0.39 0.39,-1.02 0,-1.41l-4.34,-4.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-3.98,3.98L8,2.29C7.8,2.1 7.55,2 7.29,2c-0.25,0 -0.51,0.1 -0.7,0.29L2.25,6.63c-0.39,0.39 -0.39,1.02 0,1.41l3.98,3.98L2.25,16c-0.39,0.39 -0.39,1.02 0,1.41l4.34,4.34c0.39,0.39 1.02,0.39 1.41,0l3.98,-3.98 3.98,3.98c0.2,0.2 0.45,0.29 0.71,0.29 0.26,0 0.51,-0.1 0.71,-0.29l4.34,-4.34c0.39,-0.39 0.39,-1.02 0,-1.41l-3.99,-3.98zM12,9c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM7.29,10.96L3.66,7.34l3.63,-3.63 3.62,3.62 -3.62,3.63zM10,13c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1 1,0.45 1,1 -0.45,1 -1,1zM12,15c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1 1,0.45 1,1 -0.45,1 -1,1zM14,11c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM16.66,20.34l-3.63,-3.62 3.63,-3.63 3.62,3.62 -3.62,3.63z"/> | ||
</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,48 @@ | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<!-- Base application theme. --> | ||
<style name="Theme.Open2Share.Material2" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> | ||
<!-- Primary brand color. --> | ||
<item name="colorPrimary">@color/purple_200</item> | ||
<item name="colorPrimaryVariant">@color/purple_700</item> | ||
<item name="colorOnPrimary">@color/black</item> | ||
<!-- Secondary brand color. --> | ||
<item name="colorSecondary">@color/teal_200</item> | ||
<item name="colorSecondaryVariant">@color/teal_200</item> | ||
<item name="colorOnSecondary">@color/black</item> | ||
<!-- Status bar color. --> | ||
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item> | ||
<!-- Customize your theme here. --> | ||
</style> | ||
|
||
<style name="Theme.Open2Share.Material3" parent="Theme.Material3.DayNight"> | ||
<item name="colorPrimary">@color/md_theme_dark_primary</item> | ||
<item name="colorOnPrimary">@color/md_theme_dark_onPrimary</item> | ||
<item name="colorPrimaryContainer">@color/md_theme_dark_primaryContainer</item> | ||
<item name="colorOnPrimaryContainer">@color/md_theme_dark_onPrimaryContainer</item> | ||
<item name="colorSecondary">@color/md_theme_dark_secondary</item> | ||
<item name="colorOnSecondary">@color/md_theme_dark_onSecondary</item> | ||
<item name="colorSecondaryContainer">@color/md_theme_dark_secondaryContainer</item> | ||
<item name="colorOnSecondaryContainer">@color/md_theme_dark_onSecondaryContainer</item> | ||
<item name="colorTertiary">@color/md_theme_dark_tertiary</item> | ||
<item name="colorOnTertiary">@color/md_theme_dark_onTertiary</item> | ||
<item name="colorTertiaryContainer">@color/md_theme_dark_tertiaryContainer</item> | ||
<item name="colorOnTertiaryContainer">@color/md_theme_dark_onTertiaryContainer</item> | ||
<item name="colorError">@color/md_theme_dark_error</item> | ||
<item name="colorOnError">@color/md_theme_dark_onError</item> | ||
<item name="colorErrorContainer">@color/md_theme_dark_errorContainer</item> | ||
<item name="colorOnErrorContainer">@color/md_theme_dark_onErrorContainer</item> | ||
<item name="android:colorBackground">@color/md_theme_dark_background</item> | ||
<item name="colorOnBackground">@color/md_theme_dark_onBackground</item> | ||
<item name="colorSurface">@color/md_theme_dark_surface</item> | ||
<item name="colorOnSurface">@color/md_theme_dark_onSurface</item> | ||
<item name="colorSurfaceVariant">@color/md_theme_dark_surfaceVariant</item> | ||
<item name="colorOnSurfaceVariant">@color/md_theme_dark_onSurfaceVariant</item> | ||
<item name="colorOutline">@color/md_theme_dark_outline</item> | ||
<item name="colorSurfaceInverse">@color/md_theme_dark_inverseSurface</item> | ||
<item name="colorOnSurfaceInverse">@color/md_theme_dark_inverseOnSurface</item> | ||
<item name="elevationOverlayColor">@color/md_theme_dark_surfaceTint</item> | ||
<item name="colorPrimaryInverse">@color/md_theme_dark_inversePrimary</item> | ||
<item name="preferenceTheme">@style/M3PreferenceStyle</item> | ||
|
||
</style> | ||
</resources> |
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
Oops, something went wrong.