File tree Expand file tree Collapse file tree 5 files changed +48
-4
lines changed Expand file tree Collapse file tree 5 files changed +48
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ ~ Nextcloud - Android Client
4
+ ~
5
+ ~ SPDX-FileCopyrightText: 2025 Andy Scherzinger <[email protected] >
6
+ ~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
7
+ -->
8
+ <selector xmlns : android =" http://schemas.android.com/apk/res/android" >
9
+ <item android : drawable =" @drawable/nav_assistant" android : state_checked =" false" />
10
+ <item android : drawable =" @drawable/ic_assistant" android : state_checked =" true" />
11
+ </selector >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ ~ Nextcloud - Android Client
4
+ ~
5
+ ~ SPDX-FileCopyrightText: 2025 Andy Scherzinger <[email protected] >
6
+ ~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
7
+ -->
8
+ <selector xmlns : android =" http://schemas.android.com/apk/res/android" >
9
+ <item android : drawable =" @drawable/nav_favorites" android : state_checked =" false" />
10
+ <item android : drawable =" @drawable/ic_star" android : state_checked =" true" />
11
+ </selector >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ ~ Nextcloud - Android Client
4
+ ~
5
+ ~ SPDX-FileCopyrightText: 2025 Andy Scherzinger <[email protected] >
6
+ ~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
7
+ -->
8
+ <selector xmlns : android =" http://schemas.android.com/apk/res/android" >
9
+ <item android : drawable =" @drawable/all_files" android : state_checked =" false" />
10
+ <item android : drawable =" @drawable/ic_folder_offline" android : state_checked =" true" />
11
+ </selector >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ ~ Nextcloud - Android Client
4
+ ~
5
+ ~ SPDX-FileCopyrightText: 2025 Andy Scherzinger <[email protected] >
6
+ ~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
7
+ -->
8
+ <selector xmlns : android =" http://schemas.android.com/apk/res/android" >
9
+ <item android : drawable =" @drawable/nav_photos" android : state_checked =" false" />
10
+ <item android : drawable =" @drawable/ic_image_grey600" android : state_checked =" true" />
11
+ </selector >
Original file line number Diff line number Diff line change 9
9
<item
10
10
android : id =" @+id/nav_all_files"
11
11
android : enabled =" true"
12
- android : icon =" @drawable/folder "
12
+ android : icon =" @drawable/selector_files "
13
13
android : title =" @string/bottom_navigation_menu_files_label" />
14
14
15
15
<item
16
16
android : id =" @+id/nav_favorites"
17
17
android : enabled =" true"
18
- android : icon =" @drawable/nav_favorites "
18
+ android : icon =" @drawable/selector_favorites "
19
19
android : title =" @string/bottom_navigation_menu_favorites_label" />
20
20
21
21
<item
22
22
android : id =" @+id/nav_assistant"
23
23
android : enabled =" true"
24
- android : icon =" @drawable/ic_assistant "
24
+ android : icon =" @drawable/selector_assistant "
25
25
android : title =" @string/bottom_navigation_menu_assistant_label" />
26
26
27
27
<item
28
28
android : id =" @+id/nav_gallery"
29
29
android : enabled =" true"
30
- android : icon =" @drawable/nav_photos "
30
+ android : icon =" @drawable/selector_media "
31
31
android : title =" @string/bottom_navigation_menu_media_label" />
32
32
33
33
</menu >
You can’t perform that action at this time.
0 commit comments