Skip to content

Commit dff8ee6

Browse files
committed
add: new no internet icon
Signed-off-by: alperozturk <[email protected]>
1 parent 9be50ef commit dff8ee6

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

app/src/main/java/com/owncloud/android/ui/fragment/ExtendedListFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ open class ExtendedListFragment :
708708
setMessageForEmptyList(
709709
R.string.file_list_error_headline,
710710
R.string.file_list_error_description,
711-
R.drawable.ic_synchronizing_error,
711+
R.drawable.ic_no_internet,
712712
false
713713
)
714714
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
~ SPDX-FileCopyrightText: 2025 Alper Ozturk <[email protected]>
3+
~ SPDX-FileCopyrightText: 2018-2025 Google LLC
4+
~ SPDX-License-Identifier: Apache-2.0
5+
-->
6+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
7+
android:width="24dp"
8+
android:height="24dp"
9+
android:tint="#626364"
10+
android:viewportWidth="960"
11+
android:viewportHeight="960">
12+
13+
<path
14+
android:fillColor="@android:color/white"
15+
android:pathData="M73,424L2,353Q99,259 222.5,209.5Q346,160 480,160Q614,160 737.5,209.5Q861,259 958,353L887,424Q805,345 700,302.5Q595,260 480,260Q365,260 260,302.5Q155,345 73,424ZM480,800Q447,800 423.5,776.5Q400,753 400,720Q400,687 423.5,663.5Q447,640 480,640Q513,640 536.5,663.5Q560,687 560,720Q560,753 536.5,776.5Q513,800 480,800ZM298,651L228,580Q279,532 344,506Q409,480 480,480Q521,480 560.5,488.5Q600,497 636,514Q619,531 603,552.5Q587,574 574,597Q551,589 527.5,584.5Q504,580 480,580Q429,580 382.5,598Q336,616 298,651ZM186,538L116,467Q190,396 284,358Q378,320 481,320Q584,320 677.5,357.5Q771,395 845,466L830,482Q810,479 793.5,474.5Q777,470 760,470Q746,470 731.5,473.5Q717,477 701,482Q651,452 595,436Q539,420 480,420Q397,420 321.5,450.5Q246,481 186,538ZM760,800Q743,800 731.5,788.5Q720,777 720,760Q720,743 731.5,731.5Q743,720 760,720Q777,720 788.5,731.5Q800,743 800,760Q800,777 788.5,788.5Q777,800 760,800ZM720,680L720,540L800,540L800,680L720,680Z" />
16+
17+
</vector>

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17735,6 +17735,14 @@
1773517735
<sha256 value="0e72841878595f83c6d8f93aa51f78a67e821f53446fcb7a5d94cfaad8ebbbac" origin="Generated by Gradle" reason="Artifact is not signed"/>
1773617736
</artifact>
1773717737
</component>
17738+
<component group="com.github.nextcloud" name="android-library" version="72d739551d">
17739+
<artifact name="android-library-72d739551d.aar">
17740+
<sha256 value="587886bac4903337dbbb379ba2b3452066427241d97150423a3b966418b9dd91" origin="Generated by Gradle" reason="Artifact is not signed"/>
17741+
</artifact>
17742+
<artifact name="android-library-72d739551d.module">
17743+
<sha256 value="6540bd9ced6fc12bf9255ba87b2890bb07d06c0a4f9b97a8a086a15c24c62a90" origin="Generated by Gradle" reason="Artifact is not signed"/>
17744+
</artifact>
17745+
</component>
1773817746
<component group="com.github.nextcloud" name="android-library" version="7444d0e832bb35b708c2d84878d9727d24289385">
1773917747
<artifact name="android-library-7444d0e832bb35b708c2d84878d9727d24289385.aar">
1774017748
<sha256 value="c253a126ca3c32dd5b373ab1c64668e4603305b3113b052fc0fc5e3c833a913c" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)