My App uses the sliding drawer as per AppCompat and a Screen snapshot - all works exactly as expected with the sliding drawer, until I do a PrtSc (activity snapshot). The items on the sliding drawer then fail to respond for a period - I cant decide if it is for a time (propbably not) or until I...
Hi all!
In the app I am developing the ACSwitches seem to behave a little strange.
As you can see in the example project attached, I load a layout that has some switches in it.
The problem is that the first switch always starts with a white color, while the others get their colors from the...
Hi there , i have a problem with Appcompat library V.4 !
Do you have any solution for it?
B4A Version: 10.2
Java Version: 8
Parsing code. (0.01s)
Building folders structure. (0.12s)
Compiling code. (0.17s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)...
Hi so i've been using this piece of code in my manifest:
SetApplicationAttribute(android:theme, "@style/Theme.AppCompat")
SetApplicationAttribute(android:theme, "@style/my_blue_theme")
'================= Appcompat library App colors can be set here =============
CreateResource(values...
The project is with APPCOMPAT.
After including the icon adaptive to the project in the manifest, it stopped working.
I searched the forum, but I found nothing.
java.lang.RuntimeException: Unable to start activity ComponentInfo{b4a.example.second/b4a.example.second.main}...
Hi all,
I've added support for dark mode in one of my apps, but when I try to specify a black navigationBarColor for the dark theme, nothing happens (it stays white).
Here's my manifest code:
CreateResource(values-v20, theme.xml,
<resources>
<style name="MyDarkTheme"...
Hi everyone, i recently opened up a project that i stopped some time ago, before all the updates.
In the project i used AppCompat Checkboxes and switches and as soon as the layout loads up the app crashes.
I tried to remove the checkboxes, switches ans library, and it doens't crash anymore...
anyone help me how to integrate firebase admob in my application. i tried several options described in the internet but i can't. my application always getting crash even after i added firebaseadmob lib 1.60 in my app.
my application getting crashed after i added the following
1. in manifest i...
Came across this library and it looks very nice indeed:
https://www.b4x.com/android/forum/threads/droppy-dropdown-menu.81918/
I am thinking I could use this to replace the regular 3-dot overflow menu.
Main reason to do this is to do with the fact that there is no simple way (via an event...
An app I am submitting has a series of Strict mode policy warning in the Google Pre-Launch report.
'StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V'
The make 'makeOptionalFitsSystemWindows' call shows in...
Unfortunately application has stopped.
I get this error on samsung tablet SM-T116NY
Android Version : 4.4.4
Android security patch level 2017-08-01
I am using AppCompat lib ver 3.52 and
#Extends: android.support.v7.app.AppCompatActivity
Error occured on all mode : debug,release
Application...
Hi, @corwin42
I have an issue. ACSearchView width is not 100%. Here is my code:
Sub Activity_CreateMenu(Menu As ACMenu)
SearchBar.Initialize2("Search", SearchBar.THEME_DARK)
SearchBar.QueryHint = "Search for stores"
SearchBar.IconifiedByDefault = True
Menu.Clear...
Can you use the XUI Badger with the AppCompat ACToolBarLight menu item?
Yes, there's a badging example in that AppCompat example but I'd like to use the new XUI Badger to do this, if possible.
I've tried …
Dim Item As ACMenuItem = ACToolBarLight1.Menu.GetItem(0) ' 0 = The menu item I'm...
Background:
I need to scroll in a fragment view to an element in a quick way. I am using the Design support library with the second drawer option, however, whenever I scroll on it and click, it only scrolls to the first tab, and not to the one selected.
Problem:
I have not found a way on how to...
Hi,
I am devoloping a project from the this example https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/
In this case, my app nedd a login activity, this is the code of main activity:
Sub Activity_Create(FirstTime As Boolean)
If (FirstTime) Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.