A alexanderjames Member Licensed User Longtime User Nov 5, 2013 #1 Hi All I was wondering if there was a way to set an EditText view to transparent, just like we would do in VB6. So the whole EditText view is transparent except for the text. Many thanks AJ.
Hi All I was wondering if there was a way to set an EditText view to transparent, just like we would do in VB6. So the whole EditText view is transparent except for the text. Many thanks AJ.
Informatix Expert Licensed User Longtime User Nov 5, 2013 #2 If you set its background property to Colors.Transparent, that should work. Upvote 0
A alexanderjames Member Licensed User Longtime User Nov 5, 2013 #3 Worked like a charm, just what I was looking to do. Thank you Informatix. Upvote 0