We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96a57f commit ec88690Copy full SHA for ec88690
res/values/msv__attrs.xml
@@ -8,9 +8,9 @@
8
<enum name="content" value="0x00" />
9
<!-- The state is to show loading indication -->
10
<enum name="loading" value="0x01" />
11
- <!-- The state is to show loading indication -->
+ <!-- The state is to show network errors -->
12
<enum name="error_network" value="0x02" />
13
+ <!-- The state is to show other errors -->
14
<enum name="error_unknown" value="0x03" />
15
<!-- The state is to show empty view state -->
16
<enum name="empty" value="0x04" />
@@ -26,4 +26,4 @@
26
<attr name="msvErrorTapToRetryStringId" format="string" />
27
</declare-styleable>
28
29
-</resources>
+</resources>
0 commit comments