Change text cursor color to black
This commit is contained in:
parent
ab98855c8a
commit
c3f24205ed
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="InAppWebViewTheme" parent="Theme.AppCompat">
|
||||
|
||||
<item name="colorAccent">@color/black</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light">
|
||||
|
||||
<item name="colorAccent">@color/black</item>
|
||||
</style>
|
||||
|
||||
<style name="ThemeTransparent" parent="android:Theme">
|
||||
|
@ -15,5 +15,6 @@
|
|||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
<item name="android:backgroundDimEnabled">false</item>
|
||||
<item name="colorAccent">@color/black</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue