Skip to content

Commit 3cbe3c0

Browse files
Merge pull request #2048 from nextcloud/chore/noid/reuseCompliance
Add SPDX headers to drawables
2 parents 1248799 + 5bbf067 commit 3cbe3c0

File tree

96 files changed

+701
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+701
-46
lines changed

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Files: gradle/verification-keyring.keys gradle/verification-metadata.xml
1111
Copyright: none
1212
License: GPL-3.0-or-later
1313

14-
Files: renovate.json5 */.gitignore .idea/* scripts/analysis/findbugs-results.txt scripts/analysis/lint-results.txt app/src/test/resources/robolectric.properties app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker fastlane/metadata/* app/src/main/res/values-*/strings.xml
14+
Files: renovate.json5 */.gitignore .idea/* scripts/analysis/findbugs-results.txt scripts/analysis/lint-results.txt app/src/test/resources/robolectric.properties app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker fastlane/metadata/* app/src/main/res/values-*/strings.xml app/src/main/res/mipmap-*dpi/ic_launcher.png app/src/main/ic_launcher-web.png .bundle/config app/src/main/res/drawable-*dpi/ic_widget_create.png app/src/main/res/drawable-mdpi/context_based_formatting.png app/src/main/res/drawable/note_list_widget_preview.webp app/src/main/res/drawable/single_note_widget.webp
1515
Copyright: 2016-2024 Nextcloud GmbH and Nextcloud contributors
1616
License: GPL-3.0-or-later

app/src/dev/res/drawable/ic_launcher_foreground.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
5+
~ SPDX-FileCopyrightText: 2023 Álvaro Brey <[email protected]>
6+
~ SPDX-FileCopyrightText: 2022 Kévin Cocchi <[email protected]>
7+
~ SPDX-FileCopyrightText: 2020 Stefan Niedermann <[email protected]>
8+
~ SPDX-License-Identifier: GPL-3.0-or-later
9+
-->
110
<vector xmlns:android="http://schemas.android.com/apk/res/android"
211
android:width="108dp"
312
android:height="108dp"

app/src/dev/res/xml/shortcuts.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 2020 Stefan Niedermann <[email protected]>
7+
~ SPDX-License-Identifier: GPL-3.0-or-later
8+
-->
29
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android"
310
xmlns:tools="http://schemas.android.com/tools">
411
<shortcut

app/src/main/res/animator/appbar_elevation_off.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 2020 Stefan Niedermann <[email protected]>
7+
~ SPDX-License-Identifier: GPL-3.0-or-later
8+
-->
29
<selector xmlns:android="http://schemas.android.com/apk/res/android">
310
<item>
411
<objectAnimator

app/src/main/res/animator/appbar_elevation_on.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 2020 Stefan Niedermann <[email protected]>
7+
~ SPDX-License-Identifier: GPL-3.0-or-later
8+
-->
29
<selector xmlns:android="http://schemas.android.com/apk/res/android"
310
xmlns:tools="http://schemas.android.com/tools"
411
tools:ignore="PrivateResource">

app/src/main/res/color/grid_item_background_selector.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?><!-- Same as grid_item_background_selector in res/drawable, but can be applied as BackgroundColorResource -->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 2021 Stefan Niedermann <[email protected]>
7+
~ SPDX-License-Identifier: GPL-3.0-or-later
8+
-->
9+
<!-- Same as grid_item_background_selector in res/drawable, but can be applied as BackgroundColorResource -->
210
<selector xmlns:android="http://schemas.android.com/apk/res/android">
311
<item android:color="@color/bg_highlighted" android:state_selected="true" />
412
<item android:color="@android:color/transparent" />

app/src/main/res/color/text_input_layout_color.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 2022 Stefan Niedermann <[email protected]>
7+
~ SPDX-License-Identifier: GPL-3.0-or-later
8+
-->
29
<selector xmlns:android="http://schemas.android.com/apk/res/android">
310
<item android:state_enabled="true" android:color="@color/accent"/>
411
<item android:state_hovered="true" android:color="@color/accent"/>

app/src/main/res/drawable-night/border.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
5+
~ SPDX-FileCopyrightText: 2020 Stefan Niedermann <[email protected]>
6+
~ SPDX-FileCopyrightText: 2017 Daniel Bailey <[email protected]>
7+
~ SPDX-License-Identifier: GPL-3.0-or-later
8+
-->
19
<shape xmlns:android="http://schemas.android.com/apk/res/android"
210
android:shape="rectangle">
311
<solid android:color="@color/category_background" />

app/src/main/res/drawable-v24/ic_launcher_background.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
5+
~ SPDX-License-Identifier: GPL-3.0-or-later
6+
-->
17
<vector xmlns:android="http://schemas.android.com/apk/res/android"
28
xmlns:aapt="http://schemas.android.com/aapt"
39
android:width="108dp"

app/src/main/res/drawable/alphabetical_asc.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
6+
~ SPDX-FileCopyrightText: 2018-2024 Andy Scherzinger
7+
~ SPDX-License-Identifier: Apache-2.0
8+
-->
29
<vector xmlns:android="http://schemas.android.com/apk/res/android"
310
android:width="26dp"
411
android:height="26dp"

app/src/main/res/drawable/bg_navdrawer_item.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 2021 Stefan Niedermann <[email protected]>
7+
~ SPDX-FileCopyrightText: 2020 Thore Goebel <[email protected]>
8+
~ SPDX-License-Identifier: GPL-3.0-or-later
9+
-->
210
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
311
android:color="?colorControlHighlight">
412

app/src/main/res/drawable/border.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
5+
~ SPDX-FileCopyrightText: 2017-2020 Stefan Niedermann <[email protected]>
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
7+
-->
18
<shape xmlns:android="http://schemas.android.com/apk/res/android"
29
android:shape="rectangle">
310
<solid android:color="@android:color/transparent" />

app/src/main/res/drawable/check.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 020 Stefan Niedermann <[email protected]>
7+
~ SPDX-License-Identifier: GPL-3.0-or-later
8+
-->
29
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
310
<item android:id="@+id/area">
411
<shape android:shape="oval">

app/src/main/res/drawable/grid_item_background_selector.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?><!-- Selector is used for Background Colors in List Items -->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 2020 Stefan Niedermann <[email protected]>
7+
~ SPDX-License-Identifier: GPL-3.0-or-later
8+
-->
9+
<!-- Selector is used for Background Colors in List Items -->
210
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
311
android:color="@color/bg_highlighted">
412
<!-- :selected -->

app/src/main/res/drawable/ic_access_time_grey600_24dp.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector android:autoMirrored="true"
28
android:height="24dp"
39
android:tint="#757575"

app/src/main/res/drawable/ic_account_circle_grey_24dp.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector xmlns:android="http://schemas.android.com/apk/res/android"
28
android:width="24dp"
39
android:height="24dp"

app/src/main/res/drawable/ic_add_blue_24dp.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector android:autoMirrored="true"
28
android:height="24dp"
39
android:tint="#0082C9"

app/src/main/res/drawable/ic_add_white_24dp.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector android:autoMirrored="true"
28
android:height="24dp"
39
android:tint="#FFFFFF"

app/src/main/res/drawable/ic_arrow_back_grey600_24dp.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector android:autoMirrored="true"
28
android:height="24dp"
39
android:tint="#757575"
Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
<vector android:autoMirrored="true" android:height="24dp"
2-
android:tint="#757575" android:viewportHeight="24"
3-
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
4-
<path android:fillColor="#FF757575" android:pathData="M20,6h-2.18c0.11,-0.31 0.18,-0.65 0.18,-1 0,-1.66 -1.34,-3 -3,-3 -1.05,0 -1.96,0.54 -2.5,1.35l-0.5,0.67 -0.5,-0.68C10.96,2.54 10.05,2 9,2 7.34,2 6,3.34 6,5c0,0.35 0.07,0.69 0.18,1L4,6c-1.11,0 -1.99,0.89 -1.99,2L2,19c0,1.11 0.89,2 2,2h16c1.11,0 2,-0.89 2,-2L22,8c0,-1.11 -0.89,-2 -2,-2zM15,4c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM9,4c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM20,19L4,19v-2h16v2zM20,14L4,14L4,8h5.08L7,10.83 8.62,12 11,8.76l1,-1.36 1,1.36L15.38,12 17,10.83 14.92,8L20,8v6z"/>
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
7+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
8+
android:width="24dp"
9+
android:height="24dp"
10+
android:autoMirrored="true"
11+
android:tint="#757575"
12+
android:viewportWidth="24"
13+
android:viewportHeight="24">
14+
<path
15+
android:fillColor="#FF757575"
16+
android:pathData="M20,6h-2.18c0.11,-0.31 0.18,-0.65 0.18,-1 0,-1.66 -1.34,-3 -3,-3 -1.05,0 -1.96,0.54 -2.5,1.35l-0.5,0.67 -0.5,-0.68C10.96,2.54 10.05,2 9,2 7.34,2 6,3.34 6,5c0,0.35 0.07,0.69 0.18,1L4,6c-1.11,0 -1.99,0.89 -1.99,2L2,19c0,1.11 0.89,2 2,2h16c1.11,0 2,-0.89 2,-2L22,8c0,-1.11 -0.89,-2 -2,-2zM15,4c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM9,4c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM20,19L4,19v-2h16v2zM20,14L4,14L4,8h5.08L7,10.83 8.62,12 11,8.76l1,-1.36 1,1.36L15.38,12 17,10.83 14.92,8L20,8v6z" />
517
</vector>

app/src/main/res/drawable/ic_baseline_checklist_24.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector xmlns:android="http://schemas.android.com/apk/res/android"
28
android:width="24dp"
39
android:height="24dp"

app/src/main/res/drawable/ic_baseline_dashboard_24.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector android:autoMirrored="true"
28
android:height="24dp"
39
android:tint="#757575"
Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
<vector android:autoMirrored="true" android:height="24dp"
2-
android:tint="#757575" android:viewportHeight="24"
3-
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
4-
<path android:fillColor="#FF757575" android:pathData="M18.06,22.99h1.66c0.84,0 1.53,-0.64 1.63,-1.46L23,5.05h-5L18,1h-1.97v4.05h-4.97l0.3,2.34c1.71,0.47 3.31,1.32 4.27,2.26 1.44,1.42 2.43,2.89 2.43,5.29v8.05zM1,21.99L1,21h15.03v0.99c0,0.55 -0.45,1 -1.01,1L2.01,22.99c-0.56,0 -1.01,-0.45 -1.01,-1zM16.03,14.99c0,-8 -15.03,-8 -15.03,0h15.03zM1.02,17h15v2h-15z"/>
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
7+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
8+
android:width="24dp"
9+
android:height="24dp"
10+
android:autoMirrored="true"
11+
android:tint="#757575"
12+
android:viewportWidth="24"
13+
android:viewportHeight="24">
14+
<path
15+
android:fillColor="#FF757575"
16+
android:pathData="M18.06,22.99h1.66c0.84,0 1.53,-0.64 1.63,-1.46L23,5.05h-5L18,1h-1.97v4.05h-4.97l0.3,2.34c1.71,0.47 3.31,1.32 4.27,2.26 1.44,1.42 2.43,2.89 2.43,5.29v8.05zM1,21.99L1,21h15.03v0.99c0,0.55 -0.45,1 -1.01,1L2.01,22.99c-0.56,0 -1.01,-0.45 -1.01,-1zM16.03,14.99c0,-8 -15.03,-8 -15.03,0h15.03zM1.02,17h15v2h-15z" />
517
</vector>
Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
<vector android:autoMirrored="true" android:height="24dp"
2-
android:tint="#757575" android:viewportHeight="24"
3-
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
4-
<path android:fillColor="#FF757575" android:pathData="M15,7.5V2H9v5.5l3,3 3,-3zM7.5,9H2v6h5.5l3,-3 -3,-3zM9,16.5V22h6v-5.5l-3,-3 -3,3zM16.5,9l-3,3 3,3H22V9h-5.5z"/>
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
7+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
8+
android:width="24dp"
9+
android:height="24dp"
10+
android:autoMirrored="true"
11+
android:tint="#757575"
12+
android:viewportWidth="24"
13+
android:viewportHeight="24">
14+
<path
15+
android:fillColor="#FF757575"
16+
android:pathData="M15,7.5V2H9v5.5l3,3 3,-3zM7.5,9H2v6h5.5l3,-3 -3,-3zM9,16.5V22h6v-5.5l-3,-3 -3,3zM16.5,9l-3,3 3,3H22V9h-5.5z" />
517
</vector>

app/src/main/res/drawable/ic_baseline_help_outline_24.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector android:height="24dp"
28
android:tint="#757575"
39
android:viewportHeight="24"

app/src/main/res/drawable/ic_baseline_menu_24.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector android:autoMirrored="true"
28
android:height="24dp"
39
android:tint="#757575"
Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
<vector android:height="24dp" android:tint="#757575"
2-
android:viewportHeight="24" android:viewportWidth="24"
3-
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
4-
<path android:fillColor="@android:color/white" android:pathData="M10,16h4c0.55,0 1,-0.45 1,-1v-3c0,-0.55 -0.45,-1 -1,-1v-1c0,-1.11 -0.9,-2 -2,-2 -1.11,0 -2,0.9 -2,2v1c-0.55,0 -1,0.45 -1,1v3c0,0.55 0.45,1 1,1zM10.8,10c0,-0.66 0.54,-1.2 1.2,-1.2 0.66,0 1.2,0.54 1.2,1.2v1h-2.4v-1zM17,1L7,1c-1.1,0 -2,0.9 -2,2v18c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,3c0,-1.1 -0.9,-2 -2,-2zM17,19L7,19L7,5h10v14z"/>
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
7+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
8+
android:width="24dp"
9+
android:height="24dp"
10+
android:tint="#757575"
11+
android:viewportWidth="24"
12+
android:viewportHeight="24">
13+
<path
14+
android:fillColor="@android:color/white"
15+
android:pathData="M10,16h4c0.55,0 1,-0.45 1,-1v-3c0,-0.55 -0.45,-1 -1,-1v-1c0,-1.11 -0.9,-2 -2,-2 -1.11,0 -2,0.9 -2,2v1c-0.55,0 -1,0.45 -1,1v3c0,0.55 0.45,1 1,1zM10.8,10c0,-0.66 0.54,-1.2 1.2,-1.2 0.66,0 1.2,0.54 1.2,1.2v1h-2.4v-1zM17,1L7,1c-1.1,0 -2,0.9 -2,2v18c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,3c0,-1.1 -0.9,-2 -2,-2zM17,19L7,19L7,5h10v14z" />
516
</vector>

app/src/main/res/drawable/ic_baseline_smartphone_24.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector xmlns:android="http://schemas.android.com/apk/res/android"
28
android:width="24dp"
39
android:height="24dp"
Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
<vector android:autoMirrored="true" android:height="24dp"
2-
android:tint="#757575" android:viewportHeight="24"
3-
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
4-
<path android:fillColor="#FF757575" android:pathData="M12.65,10C11.83,7.67 9.61,6 7,6c-3.31,0 -6,2.69 -6,6s2.69,6 6,6c2.61,0 4.83,-1.67 5.65,-4H17v4h4v-4h2v-4H12.65zM7,14c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2z"/>
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
7+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
8+
android:width="24dp"
9+
android:height="24dp"
10+
android:autoMirrored="true"
11+
android:tint="#757575"
12+
android:viewportWidth="24"
13+
android:viewportHeight="24">
14+
<path
15+
android:fillColor="#FF757575"
16+
android:pathData="M12.65,10C11.83,7.67 9.61,6 7,6c-3.31,0 -6,2.69 -6,6s2.69,6 6,6c2.61,0 4.83,-1.67 5.65,-4H17v4h4v-4h2v-4H12.65zM7,14c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2z" />
517
</vector>

app/src/main/res/drawable/ic_brightness_2_grey_24dp.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector xmlns:android="http://schemas.android.com/apk/res/android"
28
android:width="24dp"
39
android:height="24dp"

app/src/main/res/drawable/ic_check_white_24dp.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
5+
~ SPDX-License-Identifier: Apache-2.0
6+
-->
17
<vector android:height="24dp"
28
android:tint="#FFFFFF"
39
android:viewportHeight="24.0"

0 commit comments

Comments
 (0)