diff --git a/.idea/copyright/Editor_copyright.xml b/.idea/copyright/Editor_copyright.xml new file mode 100644 index 0000000..5a9992e --- /dev/null +++ b/.idea/copyright/Editor_copyright.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..ac7fc95 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/rich-html-editor/src/main/assets/editor_template.html b/rich-html-editor/src/main/assets/editor_template.html index 89f559e..b9594a1 100644 --- a/rich-html-editor/src/main/assets/editor_template.html +++ b/rich-html-editor/src/main/assets/editor_template.html @@ -1,3 +1,20 @@ + @@ -7,9 +24,9 @@ - -
- -
+ +
+ +
diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/DocumentInitializer.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/DocumentInitializer.kt index ef3136d..9078f10 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/DocumentInitializer.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/DocumentInitializer.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor import android.webkit.WebView diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/EditorReloader.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/EditorReloader.kt index 3d96bd6..e41a58d 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/EditorReloader.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/EditorReloader.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor import android.os.Looper diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/EditorStatuses.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/EditorStatuses.kt index 02a4d36..daf27eb 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/EditorStatuses.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/EditorStatuses.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor import androidx.annotation.ColorInt diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/Extensions.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/Extensions.kt index 1b8c23b..4851df4 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/Extensions.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/Extensions.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor import android.content.Context diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/JsBridge.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/JsBridge.kt index 6a76046..db855fd 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/JsBridge.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/JsBridge.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor import android.graphics.Color diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/JsColor.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/JsColor.kt index d66f173..41b32c6 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/JsColor.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/JsColor.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor import androidx.annotation.ColorInt diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/Justification.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/Justification.kt index 43cff96..162d545 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/Justification.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/Justification.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor enum class Justification(val execCommand: StatusCommand) { diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/RichHtmlEditorWebView.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/RichHtmlEditorWebView.kt index 9947edc..8d98fee 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/RichHtmlEditorWebView.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/RichHtmlEditorWebView.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor import android.annotation.SuppressLint diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/RichHtmlEditorWebViewClient.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/RichHtmlEditorWebViewClient.kt index f0e8964..62c1408 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/RichHtmlEditorWebViewClient.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/RichHtmlEditorWebViewClient.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor import android.webkit.WebView diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/StatusCommand.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/StatusCommand.kt index 05c8a5f..c436315 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/StatusCommand.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/StatusCommand.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor enum class StatusCommand(override val argumentName: String, val statusType: StatusType) : ExecCommand { diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsExecutableMethod.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsExecutableMethod.kt index 12ff6ac..9a9de61 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsExecutableMethod.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsExecutableMethod.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor.executor import android.webkit.WebView diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsExecutor.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsExecutor.kt index 69cd518..9cb2ea2 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsExecutor.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsExecutor.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor.executor import android.webkit.WebView diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsLifecycleAwareExecutor.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsLifecycleAwareExecutor.kt index aa97363..1d21f9e 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsLifecycleAwareExecutor.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/JsLifecycleAwareExecutor.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor.executor internal abstract class JsLifecycleAwareExecutor { diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/KeyboardOpener.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/KeyboardOpener.kt index 774ffa7..ed85176 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/KeyboardOpener.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/KeyboardOpener.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor.executor import android.app.Activity diff --git a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/ScriptCssInjector.kt b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/ScriptCssInjector.kt index 3f06aaa..c7d52ed 100644 --- a/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/ScriptCssInjector.kt +++ b/rich-html-editor/src/main/java/com/infomaniak/lib/richhtmleditor/executor/ScriptCssInjector.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor.executor import android.webkit.WebView diff --git a/sample/src/main/AndroidManifest.xml b/sample/src/main/AndroidManifest.xml index f07805a..d9529ce 100644 --- a/sample/src/main/AndroidManifest.xml +++ b/sample/src/main/AndroidManifest.xml @@ -1,4 +1,20 @@ - + diff --git a/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/EditorSampleFragment.kt b/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/EditorSampleFragment.kt index 4c07f99..944b7da 100644 --- a/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/EditorSampleFragment.kt +++ b/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/EditorSampleFragment.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor.sample import android.app.Activity diff --git a/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/EditorSampleViewModel.kt b/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/EditorSampleViewModel.kt index e4f780e..f078476 100644 --- a/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/EditorSampleViewModel.kt +++ b/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/EditorSampleViewModel.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor.sample import androidx.lifecycle.ViewModel diff --git a/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/MainActivity.kt b/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/MainActivity.kt index e715fd7..43f5eba 100644 --- a/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/MainActivity.kt +++ b/sample/src/main/java/com/infomaniak/lib/richhtmleditor/sample/MainActivity.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak Rich HTML Editor - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.lib.richhtmleditor.sample import android.os.Bundle diff --git a/sample/src/main/res/color/background_editor_button.xml b/sample/src/main/res/color/background_editor_button.xml index 2639bab..875ec3e 100644 --- a/sample/src/main/res/color/background_editor_button.xml +++ b/sample/src/main/res/color/background_editor_button.xml @@ -1,4 +1,20 @@ - + diff --git a/sample/src/main/res/drawable/ic_indent.xml b/sample/src/main/res/drawable/ic_indent.xml index bf5976d..79eb7b9 100644 --- a/sample/src/main/res/drawable/ic_indent.xml +++ b/sample/src/main/res/drawable/ic_indent.xml @@ -1,3 +1,20 @@ + + + + + + diff --git a/sample/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/sample/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index b3e26b4..e64ce62 100644 --- a/sample/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/sample/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,4 +1,20 @@ - + diff --git a/sample/src/main/res/navigation/nav_graph.xml b/sample/src/main/res/navigation/nav_graph.xml index a5fed1e..3696bc0 100644 --- a/sample/src/main/res/navigation/nav_graph.xml +++ b/sample/src/main/res/navigation/nav_graph.xml @@ -1,4 +1,20 @@ - + + #F1F1F1 #9F9F9F diff --git a/sample/src/main/res/values-night/themes.xml b/sample/src/main/res/values-night/themes.xml index fcec5e8..56f155b 100644 --- a/sample/src/main/res/values-night/themes.xml +++ b/sample/src/main/res/values-night/themes.xml @@ -1,3 +1,20 @@ +