B4A Question transparent activity with appcompat - stm32 (first post)    Apr 15, 2024 A strange thing, now I realized that this problem only occurs on Samsung S7 Galaxy mobile phones and... B4A Question Transparent activity inside library - Nuno Durães (first post)    Dec 19, 2021
Any module can be converted to a b4xlib. With that said, transparent activities are problematic and in most cases it is better to use B4XDialog instead.
Thanks Erel... B4A Question Transparent Activities in Project - LucaMs (first post)    May 28, 2014   (9 reactions)   tags: transparent activity SetActivityAttribute(Act1, android:theme, "@android:style/Theme.Translucent")... B4A Question Wallpaper instruction installation on transparent activity - walterf25    Jul 12, 2012 Hello Everyone, hopefully i can get an answer to this question.
i have a transparent activity... on the manifest file so that when users download the app from the market the transparent activity will show up... B4A Question Transparent activity? floating widget type thing? - kanaida    Apr 26, 2012 finger to move it around.
If i had to guess maybe make an activity transparent and draw a panel...Anyone know how 'cool tool' works as far as the activity?
It's a little floating... B4A Tutorial Transparent activity - ZeroSoft    Apr 10, 2012   (3 reactions) Ok here is the transparent activity project, it is very simple, i used it in the fake virus app... add this to the activity that you want too be transparent:
android:theme="@style/Theme... B4A Question background Activity transparent - powerino    Oct 4, 2018 hello, I created 2 buttons with the designer and when I launch the application on the phone I see th... B4A Question Classes are soon coming... - Erel    Jun 4, 2012   (2 reactions)   tags: Classes ) panel1.Color = Colors.Transparent Activity.AddView(panel1, v.Left, v.Top, v.Width, v.Height... include subs. However classes are more sophisticated as they also store a reference to the activity... view and makes it draggable (similar to the visual designer) 'Main activity module Sub... As EditText End Sub Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("1") Dim dv1, dv2, dv3 As DraggableView dv1.Initialize(Activity, Button1) dv2.Initialize(Activity... B4A Question transparent activity brightness - Shivito1 (first post)    Mar 26, 2018   (1 reaction) This:
<item name="android:backgroundDimEnabled">true</item>
Should be:
<item name="android:backgroundDi... B4A Question Transparent Activity background - klaus (first post)    Nov 28, 2014   (3 reactions) Why don't you simply try it, you would have the answer imediately ?
Test it, and if you have a problem post it.... Page: 1   2   3   4   5   6   7   |