-
Notifications
You must be signed in to change notification settings - Fork 204
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
Sven Nähler
authored and
Sven Nähler
committed
Oct 10, 2017
1 parent
8cc52fc
commit 464d5f9
Showing
33 changed files
with
225 additions
and
573 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ This file is part of the PhotoEditor Software Development Kit. | ||
~ | ||
~ Copyright (C) 2017 9elements GmbH <[email protected]> | ||
~ All rights reserved. | ||
~ | ||
~ Redistribution and use in source and binary forms, without | ||
~ modification, are permitted provided that the following license agreement | ||
~ is approved and a legal/financial contract was signed by the user. | ||
~ | ||
~ The license agreement can be found under the following link: | ||
~ | ||
~ https://www.photoeditorsdk.com/LICENSE.txt | ||
--> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_selected="true" | ||
android:color="@color/imgly_text_color_active"/> | ||
<item android:color="@color/imgly_editor_text_color_secondary"/> | ||
</selector> |
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
32 changes: 32 additions & 0 deletions
32
default_res_files/res/drawable/imgly_icon_redo_disabled.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,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ This file is part of the PhotoEditor Software Development Kit. | ||
~ | ||
~ Copyright (C) 2017 9elements GmbH <[email protected]> | ||
~ All rights reserved. | ||
~ | ||
~ Redistribution and use in source and binary forms, without | ||
~ modification, are permitted provided that the following license agreement | ||
~ is approved and a legal/financial contract was signed by the user. | ||
~ | ||
~ The license agreement can be found under the following link: | ||
~ | ||
~ https://www.photoeditorsdk.com/LICENSE.txt | ||
--> | ||
|
||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24" | ||
android:width="24dp" | ||
android:height="24dp"> | ||
<group | ||
android:scaleX="-1" | ||
android:translateX="23"> | ||
<!--path | ||
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10" | ||
android:fillColor="#000000" /--> | ||
<path | ||
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10" | ||
android:fillColor="@color/imgly_icon_color_disabled" /> | ||
</group> | ||
</vector> |
32 changes: 32 additions & 0 deletions
32
default_res_files/res/drawable/imgly_icon_redo_enabled.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,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ This file is part of the PhotoEditor Software Development Kit. | ||
~ | ||
~ Copyright (C) 2017 9elements GmbH <[email protected]> | ||
~ All rights reserved. | ||
~ | ||
~ Redistribution and use in source and binary forms, without | ||
~ modification, are permitted provided that the following license agreement | ||
~ is approved and a legal/financial contract was signed by the user. | ||
~ | ||
~ The license agreement can be found under the following link: | ||
~ | ||
~ https://www.photoeditorsdk.com/LICENSE.txt | ||
--> | ||
|
||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24" | ||
android:width="24dp" | ||
android:height="24dp"> | ||
<group | ||
android:scaleX="-1" | ||
android:translateX="23"> | ||
<!--path | ||
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10" | ||
android:fillColor="#000000" /--> | ||
<path | ||
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10" | ||
android:fillColor="@color/imgly_icon_color" /> | ||
</group> | ||
</vector> |
File renamed without changes.
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
28 changes: 28 additions & 0 deletions
28
default_res_files/res/drawable/imgly_icon_undo_disabled.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,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ This file is part of the PhotoEditor Software Development Kit. | ||
~ | ||
~ Copyright (C) 2017 9elements GmbH <[email protected]> | ||
~ All rights reserved. | ||
~ | ||
~ Redistribution and use in source and binary forms, without | ||
~ modification, are permitted provided that the following license agreement | ||
~ is approved and a legal/financial contract was signed by the user. | ||
~ | ||
~ The license agreement can be found under the following link: | ||
~ | ||
~ https://www.photoeditorsdk.com/LICENSE.txt | ||
--> | ||
|
||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24" | ||
android:width="24dp" | ||
android:height="24dp"> | ||
<!--path | ||
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10" | ||
android:fillColor="#000000" /--> | ||
<path | ||
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10" | ||
android:fillColor="@color/imgly_icon_color_disabled" /> | ||
</vector> |
28 changes: 28 additions & 0 deletions
28
default_res_files/res/drawable/imgly_icon_undo_enabled.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,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ This file is part of the PhotoEditor Software Development Kit. | ||
~ | ||
~ Copyright (C) 2017 9elements GmbH <[email protected]> | ||
~ All rights reserved. | ||
~ | ||
~ Redistribution and use in source and binary forms, without | ||
~ modification, are permitted provided that the following license agreement | ||
~ is approved and a legal/financial contract was signed by the user. | ||
~ | ||
~ The license agreement can be found under the following link: | ||
~ | ||
~ https://www.photoeditorsdk.com/LICENSE.txt | ||
--> | ||
|
||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24" | ||
android:width="24dp" | ||
android:height="24dp"> | ||
<!--path | ||
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10" | ||
android:fillColor="#000000" /--> | ||
<path | ||
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10" | ||
android:fillColor="@color/imgly_icon_color" /> | ||
</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
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 was deleted.
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
Oops, something went wrong.