I'm using an xml file with android to define the style of a button. However when it comes to defining a color I'm not sure how I can access the merged dictionary from it. At the moment I'm using <solid android:color="@android:color/darker_gray"/>
so how do I replace that with a reference to this... <Color x:Key="Gray">#777777</Color>
↧
How to use a Merged Resource Dictionary with android XML?
↧