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"enter image description here

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

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -