How to modify androidmanifest.xml [duplicate] - android

This question already has answers here:
How can I change default dialog button text color in android 5
(18 answers)
Closed 26 days ago.
I have made an application by converting my web app to android app, these pink buttons are showing, how can I change this button's color ?
First image
Second image
I have tried by viewing androidmanifest.xml

Your question is not clear, but you can try this:
Try to find this color in the resources directory and modify it
Also you can see answers for this question:
Where can I find defined colors in android

Related

Android Studio CardView is always transparent [duplicate]

This question already has answers here:
CardView background color always white
(9 answers)
Closed 2 years ago.
I am trying to use Cardview but it somehow doesnt show the background, its always tranparent.
I tried to change the background with cardBackgroundColor but it doesnt work, it stays transparent.
How can i change the background?
enter image description here
I suspect it isnt picking up cardBackgroundColor because you dont have the app namespace. Ensure you have the app namespace in the top container element of your layout
xmlns:app="http://schemas.android.com/apk/res-auto"

How to chage the color of actionbar in android [duplicate]

This question already has answers here:
How do I change the background color of the ActionBar of an ActionBarActivity using XML?
(21 answers)
Closed 6 years ago.
I am newbie to android and i am working on a demo related to actionbar and fragments,I have done with it but now i want to change the colour of my actionbar,I have tried below link which gives me exception,
Change Color of Actionbar in Android
So,Can anybuddy helps me to do it?
Thanks in advance,Dont close it as i couldnt find any solution so far.So i request you to guide rather than close the question.
I think that this answer will fit all your requirements - change-color-of-actionbar-in-android.
You simply need to modify your Theme.

Android: Gradient Color for Button Text [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Text with gradient in Android
I'm trying to make a button for my app with a white background and gradient-colored text. However, everything I've found gives advice for making only the background a gradient color using a separate XML file. Can someone please tell me if it's possible to have only the text of a button colored with a gradient and how to do so?
Make a clickable textView with gradient color and set its background as you wish.
Follow the link specified by #SidharthLele.

how to modify the "title_activity_main" text color in the "header" of the app? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
ActionBar text color
I would like to modify the color of the text in the"header" of the app (circled in red), any ideas? Manifest or where?
Your problem is not in the manifest. Instead, go to values -> styles and set it to the color of your choice.

Edit to select colors : Android [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Android Color Picker
I would like to know if exist some type of edit in android to select a color.
Like Photoshop have when you select the color of the pencil, opens a window with a grid with all tones of colors, then the user can select some color and the edit return the hex of this color to me.
You can find one here, I think this could be helpfull for you. http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/ColorPickerDialog.html

Categories

Resources