P Pantelis Member Licensed User Longtime User Jun 14, 2013 #1 Hi When I set the Drawable property of a button to StatelistDrawable and then the Enabled Drawable to ColorDrawable I don't find any way to set my own solid color using Red, Green, Blue values from the designer. Is there any way?
Hi When I set the Drawable property of a button to StatelistDrawable and then the Enabled Drawable to ColorDrawable I don't find any way to set my own solid color using Red, Green, Blue values from the designer. Is there any way?
Erel B4X founder Staff member Licensed User Longtime User Jun 16, 2013 #2 You can use a GradientDrawable instead with the same color in both fields. Upvote 0