در قالب extra.less خود این کدها را اضافه کنید:
.username--style3:before {
font-family: "FontAwesome";
content: "\f013";
color: inherit;
padding-right: 4px;
display: inline-block;
}
شماره سبک را به شماره گروه انتخابی خود تغییر دهید.
برای چرخاندن آن، این کدها را اضافه کنید...
به منوها و همچنین لیست عضویت آیکون اضافه کنید
تنها کاری که باید انجام دهید این است که کد را به یک قالب اضافه کنید
extra.less
.p-navEl-link {
&:before{
font-size: 15px;
display: inline-block;
-webkit-font-smoothing: antialiased...
This post explain how to integrate new Crashlytics into our app.
The question is how to implement the library but so that it does not send data to the google server before we get the user's consent?
The issue is related to the GDPR law, which requires that the consent of the user be required...
Hi,
Today I was trying to run the SlidingDrawer example. It didn't compile and this is the log:
Main - 34: Undeclared variable 'actoolbarlight1' is used before it was assigned any value.
Main - 33: Undeclared variable 'toolbarhelper' is used before it was assigned any value.
Main - 30...
I downloaded BCToast from BCToast Download and put BCToast.b4xlib into my B4X AdditionalLibraries folder: D:\Programming\B4X\B4X\AdditionalLibraries
Even though I downloaded it from the B4A forum, it is a B4X library so it should work in B4J, right?
When I load the sample app BCToast.B4J (from...
Hi guys
So the issue I seem to be having is very similar to this issue from previous...
https://www.b4x.com/android/forum/threads/latest-sdk-update-breaks-firebaseauth-library.93446/
Before someone asks ... B4A 10.0 Target SDK 28, fully updated in SDK manager
The following error occurs...
Hi Guys,
Need a little assistance with an problem i have coded myself into. ?
APP was developed with 5 images to load to a quiz type page, showing an image and then the user selects the right answer, simple stuff.
Got all the bugs and kinks all sorted as usual before implementing the...