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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -