Most voted "android-styles" questions
11 questions
Sort by count of
-
5
votes1
answer590
viewsHow to replace the space character with another one?
The title of the question is to understand that it is simple I ask silly ,but I would not like to know how to replace the space of a EditText by something else ,as in the image below: In the case of…
-
2
votes1
answer368
viewsAndroid theme support (Themes) in custom components, using Appcompat-v7
I started using the Appcompat-v7, for use the concept of Material Design in my project. Only now I realized that my custom components even inherited from native components, are not applying the…
-
2
votes1
answer957
viewsHow to put the default android Styles e.g. edittext spinner etc
I could use some help. My android app is in trouble, all the elements I add it plays on the screen in a different way. Ex: when I add an Edittext it does not get the edge only shows the same when it…
-
2
votes3
answers135
viewsEdittext style texts - Underline in Zigzag
I have an edittext that when it detects a specific word it highlights it for example: print("Destaque") The word print will be deployed. Only so far so good but I want every time it detects a…
-
1
votes1
answer149
viewsCustomizing themes for Android API 9 and 10
I have an App that runs from API 9 to Android 23, however the text colors are different from the set colors, the correct would be Blue Toolbar with white text. The problem only occurs in API 9 and…
-
1
votes0
answers726
viewsChange the text color of a button via XML by clicking on it
Good afternoon ! I’m creating a styleGuides for an android application and I’m having difficulty changing the color of the button text at the moment it is clicked by the user: In this example I am…
-
0
votes2
answers2009
viewsChange background color
I’m starting to learn how to program, and I decided to create a App in intel xdk. That one App is a book that I wrote at a certain time, is a App very simple, but I wanted to add a button where when…
-
0
votes0
answers267
viewsHow to set Actionbar height?
I want to put the height of Actionbar as 80dp but the way I did it’s not working: <style name="LargeActionBar" parent="Base.Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme…
-
0
votes1
answer209
viewsWhere can I find the Styles.xml file?
I have a very simple application that runs an html file. I’m really wanting to change the color of the status bar, because the top and bottom pattern in black is horrible for the color palette of…
-
-2
votes1
answer137
viewsWould you like to know how to change the color of selected items, Actionbar?
<!-- styles.xml --> <resources> <!-- Base do tema da aplicação. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here.…
-
-2
votes1
answer1522
viewshow to style an icon inside input in React-Native
import React from 'react'; import { View, Image } from 'react-native'; //import { useNavigation }from '@react-navigation/native' import { Octicons, Fontisto } from '@expo/vector-icons' import…