How to change focus color in listview in preferences?

roymoose

New Member
First please take a look at picture below:
S27Ki.png
I already changed background color in text color via @styles like that\[code\] <style name="PreferenceTheme"> <item name="android:background">#000000</item> <item name="android:textColor">#FFFFFF</item></style>\[/code\]In my application i want to change focus color ( when scrolling with optical mouse ). How do i do that? I want to change that color in preferences ( like here on pic ).
 
Back
Top