Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 21478 |
rajender |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<resources>
|
|
|
3 |
<style name="Base.V12.Widget.AppCompat.AutoCompleteTextView" parent="Base.V7.Widget.AppCompat.AutoCompleteTextView">
|
|
|
4 |
<item name="android:textCursorDrawable">@drawable/abc_text_cursor_material</item>
|
|
|
5 |
</style>
|
|
|
6 |
<style name="Base.V12.Widget.AppCompat.EditText" parent="Base.V7.Widget.AppCompat.EditText">
|
|
|
7 |
<item name="android:textCursorDrawable">@drawable/abc_text_cursor_material</item>
|
|
|
8 |
</style>
|
|
|
9 |
<style name="Base.Widget.AppCompat.AutoCompleteTextView" parent="Base.V12.Widget.AppCompat.AutoCompleteTextView"/>
|
|
|
10 |
<style name="Base.Widget.AppCompat.EditText" parent="Base.V12.Widget.AppCompat.EditText"/>
|
|
|
11 |
</resources>
|