Styles Toast Background - No Resource Found That Matches The Given Name
In theory a simple thing. I would like to change the background color of toast (android:minSdkVersion='14' android:targetSdkVersion='18'). What I did? I've found the Theme.Holo.Lig
Solution 1:
That's because toastFrameBackground
is not exported and did not make to public.xml
, which means this attribute is not available for non-platform/third-party applications.
However, you may want to see https://stackoverflow.com/a/9903465/1893766 for what you are trying to achieve.
Post a Comment for "Styles Toast Background - No Resource Found That Matches The Given Name"