Skip to content

Commit 9e2bae6

Browse files
committed
Fix counter view attribute
1 parent 84a011e commit 9e2bae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/view_limited_length_input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
android:layout_gravity="end"
2525
app:counterErrorTextColor="@color/red"
2626
app:counterMode="descending"
27-
app:counterTextColor="?colorAccent"
27+
app:counterCountColor="?colorAccent"
2828
tools:text="260" />
2929
</LinearLayout>

0 commit comments

Comments
 (0)