Skip to content

Commit ec88690

Browse files
committed
Fix incorrect documentation on some XML resources.
1 parent a96a57f commit ec88690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: res/values/msv__attrs.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<enum name="content" value="0x00" />
99
<!-- The state is to show loading indication -->
1010
<enum name="loading" value="0x01" />
11-
<!-- The state is to show loading indication -->
11+
<!-- The state is to show network errors -->
1212
<enum name="error_network" value="0x02" />
13-
<!-- The state is to show loading indication -->
13+
<!-- The state is to show other errors -->
1414
<enum name="error_unknown" value="0x03" />
1515
<!-- The state is to show empty view state -->
1616
<enum name="empty" value="0x04" />
@@ -26,4 +26,4 @@
2626
<attr name="msvErrorTapToRetryStringId" format="string" />
2727
</declare-styleable>
2828

29-
</resources>
29+
</resources>

0 commit comments

Comments
 (0)