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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -