android - AppCompat Theme make EditText cursor to left -
i using style in theme.appcompat.light.noactionbar.
when use normal style android:theme.black.notitlebar
<edittext android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="right" android:hint="hint content"/> the edittext cursor @ right of "hint content"
but if use theme.appcompat.light.noactionbar, edittext cursor @ left of "hint content".
how can have cursor @ right of "hint content" when use theme.appcompat.light.noactionbar?
Comments
Post a Comment