Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 062782e6 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Introduced listItemTextViewStyle to be used by TextViews in a List. Currently...

Introduced listItemTextViewStyle to be used by TextViews in a List. Currently only being utilized to theme alert dialog lists but eventually can and should be greatly expanded in the framework.
parent 483ce8c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@
        <item name="listPreferredItemHeight">64dip</item>
        <item name="listDivider">@drawable/divider_horizontal_dark</item>
        <item name="listSeparatorTextViewStyle">@android:style/Widget.TextView.ListSeparator</item>   
        <item name="listItemTextViewStyle">@android:style/Widget.TextView.ListItem</item>
        
		<item name="listChoiceIndicatorSingle">@android:drawable/btn_radio</item>
    	<item name="listChoiceIndicatorMultiple">@android:drawable/btn_check</item>