Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 656 Bytes

WikiCustomViews.md

File metadata and controls

19 lines (17 loc) · 656 Bytes

PasswordEditText

    <com.faramarzaf.sdk.af_android_sdk.core.ui.customview.PasswordEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/your_bg"
        android:backgroundTint="@color/sample"
        app:pet_srcIconHide="@drawable/ic_password_hide"
        app:pet_srcIconShow="@drawable/ic_password_show"
        app:pet_textSize="size"
        android:padding="@dimen/padd_10"
        app:pet_backgroundIconColor="@color/red"
        app:pet_customFontFamily="font.ttf"
        app:pet_textColor="@color/green"
        app:pet_hint="Password here..."
/>