Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

android alert change color

<style name="AlertDialog" parent="Base.Theme.AppCompat.Light.Dialog">
        <item name="android:textColor">#000000</item>
        <item name="android:textColorPrimary">#595959</item>
        <item name="android:colorAccent">#1b5e20</item>
    </style>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #android #alert #change #color
ADD COMMENT
Topic
Name
7+8 =