Binary01 Active Member Licensed User Longtime User Jun 1, 2014 #1 Hi, I want to add a bitmap fill button with alpha (eg. 120). How can I solve it? Thanks in advance.
Erel B4X founder Staff member Licensed User Longtime User Jun 1, 2014 #2 I'm not sure that I understand the question. Do you want to draw over a button? Upvote 0
Binary01 Active Member Licensed User Longtime User Jun 1, 2014 #3 I want a button (Bitmap Drawable) and button with Alpha please see picture. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 1, 2014 #4 The simplest way is to change the button image with the designer. You can use a semitransparent PNG image. Upvote 0
The simplest way is to change the button image with the designer. You can use a semitransparent PNG image.
Binary01 Active Member Licensed User Longtime User Jun 1, 2014 #5 Thanks Erel, I use semitransparent png image. simplest is the best. Upvote 0
Binary01 Active Member Licensed User Longtime User Jun 1, 2014 #6 I want to know, how can I add image to button programmatically? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 2, 2014 #7 http://www.b4x.com/android/forum/pages/results/?query=button+statelistdrawable&page=1&prefix=0 Upvote 0