color

  1. Guenter Becker

    Android Question ActionBar Color and Icons

    Dear Erel, Due to the lack of documentation I have to place some questions as followes: How to change the color of the inbuild ActionBar? How to put a Logo Icon before the Title of the Action Bar? How to put an Icon before the MenuItem Text? Could you please give some snippets to answer this...
  2. Lucas Eduardo

    iOS Question BBScrollingLabel background color

    Hello, i'm using the lib BBScrollingLabel, but i could not change view background color. How can i change the view background color? Thank you.
  3. Alexander Stolte

    B4A Library [B4X] [XUI] AS Color Slider Advanced - a Snapchat like color picker

    Hey, i spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) Features cross-platform compatible set your own color palette as image slim and clean nice transition...
  4. Alexander Stolte

    B4A Library [B4X] [XUI] AS Color Slider - touchable color picker

    Is working and tested on B4A,B4I and B4J. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) Features cross-platform compatible set your own color palette...
  5. M

    Android Question Insert bitmap in a button that have colordrawable

    Hi everyone, I've a round button (with border), but i want to insert a bitmap into too. i'm trying to achieve the same effect i've done in my iOS app. It's possibile to this thing? Thanks in advance!
  6. Mrphone

    Android Question change statusbar icons color

    hi :) I changed the theme of the program using appcompat. My problem is that it has problems with bright themes. That is, the color of the icons on the bar is white and cannot be seen in bright themes. I want to change the color of the status bar icons to black. what should I do...
  7. R

    Android Question Background color based in text

    hi, is there any function or library to generate a rgb background color based on a text/string? thanks Exemple. "abc"-->rgb(12,23,44) "aab"-->rgb(15,45,23) "ccc"-->rgb(45,34,23)
  8. Mrphone

    Android Code Snippet Change notification background color

    Hi How Can I Change Notification Background Color? :) Like the picture below 👇 Thanks in advance for your help ;)
  9. Lucas Eduardo

    iOS Question Change link color - CSBuilder

    Hello, it's possible to change the link color from CS Builder? If yes, how could i do it? Thanks.
  10. M

    iOS Question iOS statusBar object replaced (?) - runtime error

    Hi, in this thread i was worried because a project I was coding month before stopped working with no changes. After some tips from the guys who helped me, i discovered that this istuction does not work anymore, and causes the crash of the app (in my particular case no log message was dispalyed)...
  11. M

    iOS Question TextField change Border Color (by code)

    Hi everyone, it's possibile to change the parameter "Border Color" of an TextField by code? I have a TextField in RoundRectangle style, and i want to change the border color to red when it is required. I got done in designer but not by code
  12. M

    Android Question AC ToolBar change menu button color

    Hi everyone! How do I change the color of this three dots?
  13. F

    German FloatLabeledEditText - Farbe des Labels beim Verlassen des Feldes ändern

    Hallo, ich suche nach einer Möglichkeit, die Farbe des Feld-Labels vom FloatLabeledEditText-View zu ändern. Eigentlich habe ich schon alle Forumseinträge durch, aber alle Farbänderungen beziehen sich nur auf den HINT, wenn die Eingabe ins Feld aktiv ist. Ich möchte jedoch den HINT NACH bzw...
  14. ALBRECHT

    Android Question Get manifest values

    Hello, After setting some value into the manifest.xml as for example : <color name="actionbar">#ff039be5</color> how to get that value inside code ? Michel
  15. stingrae

    Android Question Getting different colours on different phones

    Hi, I have a B4A app that is acting very strange. I have two test phones, both Samsungs. One one, whatever colours I select on the B4A designer come through on the phone. On the other, they're completely ignored. I have cleaned the project, uninstalled, re-installed on both etc ... But...
  16. uniplan

    Android Question change color of input dialogs (B4XInputTemplate)

    Hi. i use the input dialogs (B4XInputTemplate) https://www.b4x.com/android/forum/threads/b4x-input-dialogs-with-xui-views.101197/ how i can change the color of dialog?(background and color of header) thank you
  17. MitchBu

    Android Question Set CheckBox color ?

    I want to put a checkbox on a beige panel, but it remains white and very difficult to see. If I could set the checkbox color the same way as the generate members dialog in the designer, it would be just fine. I found this thread which refers to a SetCheckBoxColor sub, but the author neglected...
  18. MegatenFreak

    B4J Question Giving the window border a fixed color

    Hi. I'm using Windows 8.1, and I notice that the color of the title bar and the borders around my forms change to match the theme of Windows. How can I prevent that and give them a fixed color? Thanks in advance.
  19. jroriz

    B4J Question Paint a label based on its value

    Hi. Is there a better way to acomplish this? I need to paint a label, based on the value, from light red to solid green, passing through the yellow. My solution: ' Use: myLabel.Style = Paint(mylabel.text) Sub Paint(value As Double) As String Dim rgb As String If value > 90 Then rgb =...
  20. K

    Android Question Label Drawable not work

    Label Drawable = ColorDrawable property not work color of lable not change
Top