XML is working good with:
xmlns:app="http://schemas.android.com/apk/res-auto"
but can't see max characters with
xmlns:app="http://schemas.android.com/tools"
which is completed by Android Studio auto .
Here is my XML:
<com.rengwuxian.materialedittext.MaterialEditText
android:id="@+id/remark_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
app:met_maxCharacters="20"
app:met_baseColor="@color/black"
app:met_primaryColor="@color/white" />