General :: Way To Make Title Background Black
Jul 7, 2013is there a way to make the tile background black ,,, what apk should i edit ?
View 1 Repliesis there a way to make the tile background black ,,, what apk should i edit ?
View 1 RepliesNew app, modded to be inverted colors similar to the old app before it?? LG-P500
View 2 Replies View RelatedCurrent my eclipse start with signal and battery icon and "Hello world!", How to set to black background with "Hello world!" without icon ?
View 1 Replies View RelatedAny possible way to make an xda wallpaper, black background with blue letter. Similar to the xda premium app splash screen when in dark theme but without the premium app.
Galaxy Nexus using xda premium
In my android application I want the standard/basic titlebar to change color.To change the tekst color you have setTitleColor(int color), is there a way to change the background of the bar?
View 4 Replies View RelatedI'm running CM10.1 on my HTC One x. I was wondering how to remove the black shade ontop of the lockscreen background and just have your background clear and not darkened. I've been looking around framework-res and trying to edit stuff but had no luck, just flashing custom roms and decompiling apks.
View 3 Replies View RelatedWith the latest version of Google Play Store, Google 4.8.20 happens to me a curious thing, the icons have a black background.
View 9 Replies View Related I have a bunch of png images that I imported to my phone from my PC. I dumped them straight in my DCIM folder.
On the PC, these images have transparent backgrounds, however, when I view them using androids gallery app, the background is black. Similarly, when using these images as stickers for my text messaging app (Naver Line), the backgrounds will also show as black.odate.
I want to change the Black background in the Statusbar and Notificationbar to lightblue. Then i want to change Blue Textes in Statusbar/Notificationbar to White. And then, i want to change the Clockposition to middle in the Statusbar.
I followed many tutorials but always got a error at compiling
System:
CyanogenMod 9 (4.0.4)
How to achieve a black background popup window and white text color?
This is on Gingerbread 2.3.4 rom.
Images attached.
I'm on JellyBlast 3 (Gingerbread, I guess) with my Galaxy Y and I'm a little unhappy with the theme that comes with JellyBlast. I have fixed some issues but I cannot figure out how to avoid black text on dark background in Alert Dialogs. This issue makes some dialogs of the hololauncher and some other apps completely ureadable if you do not turn the screen to full brightness (what I normally don't do).
What I've found out so far: In the Gingerbread source the Theme for the the Alert Dialog is hard coded:
Code:
protected AlertDialog(Context context) {
this(context, com.android.internal.R.style.Theme_Dialog_Alert);
}
I'm not yet allowed to post external links... I found the above on github in the gingerbread branch in platform_frameworks_base -> core -> java -> android -> app -> AlertDialog.java
The hololauncher uses the AlertDialog.Builder class to create the Dialogs and it uses a TextView Widget to display the text. The layout looks like this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<TextView android:textAppearance="?android:textAppearanceLargeInverse" android:gravity="center_vertical" android:paddingLeft="15.0dip" android:paddingRight="15.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:minHeight="?android:listPreferredItemHeight" android:drawablePadding="14.0dip" />
Here you see, that the textAppearanceLargeInverse definition of the theme is used as text color. And the theme should always be "Theme.Dialog.Alert" since this is hardcoded.
I assume that com.android.internal.R.style.Theme_Dialog_Alert refers to the Theme.Dialog.Alert styledefinition in the ROMs framework-res.apk. So I added the following line to the styles.xml in framework-res.apk -> values/styles.xml inside Theme.Dialog.Alert:
Code:
<item name="textAppearanceLargeInverse">@style/TextAppearance.Large</item>
I hoped that this would overwrite the definition of textAppearanceLargeInverse for the AlertDialog so that I will not use the inherited definition of the dark theme. The color that's referenced by @style/TextAppearance.Large is (contrary to ...Large.Inverse) is #FFFFFFFF or at least close to it.
Unfortunately this does not work and I do not understand why. I got that far to figure all this stuff out and my phone seems little impressed by my effort. It still displays dark text on dark background.
I have a subclass of android.app.Dialog and because I am using a light theme, the dialog title comes out as Black on a dark background which is hardly readable. This leads me to the question: how do I change the Dialog title background or foreground colors? Can I do this via a theme? Which property will it map to?
View 4 Replies View Related1) How can I make my phone not turning on the screen when it is locked and i get an sms (via the built it messages app), but light the led light with a custom color (and of course, play a tone). I've tried "LightFlow" but it didn't work, the screen has still gone on when I got an sms.Mention that with 3rd party apps (e.g. whatsapp and wunderlist) the thing works great, the screen is black, the led is on, and the air molecules near the speaker start oscillating harmonically.
2) I know that even without any sdk manipulation, my phone still lets me move some downloaded apps to the sd. I had downloaded a 1.5 GB game and kept in mind that I use 3.5 GB of my internal storage. Luckily enough, this game is movable. I moved it to the sd card, and after the process had been done, I checked how much storage I use on my internal storage - 3.5 GB.The button changed to "Move to device storage" but it seemed that the game had not transfered at all.Mention that I tried the "adb shell pm setinstalllocation 2" thing, and it didn't fix it, so I reversed the process with the "adb shell pm setinstalllocation 0" command.
I just unlocked/rooted/installed Cyanogen on my Motorola Atrix. I'm looking for a theme that will make menus black-on-white instead of the default white-on-black. The closest that I've found is the JAMT White theme, but the settings screen is still all white-on-black, even in the paid version.
View 1 Replies View RelatedWhat do I need to do to modify a status bar mtz, to make it look like a gaussian blur background? When I extract the mtz, there aren't any background pngs..just the icons for the status bar. I see there's a theme_values xml, but all the fields in there are color codes and such..
This is what I'm talking about:
i have set the background of an activity with a green gradient png image.This working fine almost always but some times during navigating to an activity its background is becoming black! i am not able to reproduce it with any specific operation, also not getting how to debug or fix it.
View 3 Replies View Relatedim running the new v5 bb and everything is great i just miss the black background i had on the mms before and was wondering if anyone had one that worked with bb to make it black again
View 3 Replies View RelatedIs there such a thing as a pure black background to help save battery life? Something like the menu black background. It's not an option when choosing a wallpaper.I've been searching around android market and have found nothing.If we make the image on our computer, would a black square work fine?
View 2 Replies View RelatedI currently use Slidescreen as a glorified Google Reader app (i.e. turned off the facebook, twitter and stocks parts), because it presents the feeds beautifully in light grey text on a black background, which not only looks cool, but it saves on battery life on my Desire's AMOLED screen. Letting me swipe away feeds without clicking through (when I can see from the headline that I don't need to) is nice too.The downside is that Slidescreen seems to eat up quite a lot of power and battery, and there is no convenient way to refresh feeds (you either have it autocheck regularly, eating lots more power, or you have to click the menu button, then "home settings", then scroll down to "google reader", then "reload group" - hardly a simple process to do regularly).
Another nice thing that Slidescreen does is let you choose which Reader folders it syncs with, so it can just present you with feeds more suited to reading on a phone.Are there any other Google Reader apps (that use less cpu/battery than Slidescreen, otherwise I might as well stick with Slidescreen), but also offer white/grey text on a black background, and let you choose which of the feeds it syncs with?I've got Greed2, which is a very nice app, but it doesn't have either of the above features.
My use case is writing an overlay controller activity for a landscape camera preview. I followed the instructions from a couple of tutorials for writing a transparent theme.When I start this activity from my root activity, the layout gets drawn correctly, but the background stays black. I tried to use @android:style/Theme.Translucent instead, but this Theme inherits the orientation from the calling activity (landscape) and thats not what I want.The application holding the camera preview is set to landscape view as it does not display the preview correctly in portrait orientation. (see old google bug report)What I wanted to do was to put an independent activity for user interaction interface in front of the camera surface holder (this activity should be set to 'portrait', or even better to 'sensor')
View 3 Replies View RelatedI have created a specific List which exists out of the following elements to create a scrollable list with every row containing a Image on the left side and some text on the right side.As long as the screen is shown statically (as in no movement) it will be shown correctly, but when I start scrolling through the list the background of the row-item (an "icon" as can be shown in the code) will be shown corretcly but the background of the "root" layout will become completely black when the scrolling stops the background will, most of the times, get back it's color.As I test I also added a TextView in that root-element with the same background, this one will detain it's color when the List is scrolled.
View 3 Replies View Relateddon't know if this has been brought up before, but I changed the background on my DI to the HTC provided black wallpaper (think it has some silver in it). Now my battery life has been extended almost 3 hours with the same usage. I have made no other changes to the DI.
View 13 Replies View RelatedIs this possible to change the background in the application to something else instead of black all the time?
View 2 Replies View RelatedI'm loving the HTC Desire, but there's a problem for me regarding the music player - half of my albums are just a black background with a note. It's really annoying, as half of the albums have their true cover. I can't find anything on Google about how to get the other albums working. I have tried renaming the album covers to all sorts of stuff and nothing seems to work. I tried searching album art on the market but the only thing that returned was a paid app, and I'm not willing to pay ?3 for something that I should be able to do for free.
View 6 Replies View Relatedi been using BB v4 with fabs nex theme only thing that gets me is i got all black everywhere but when i click on the stock msgs it bright and was wondering if there was way to make background on msgs black.I know handcent and chomp do it but i am just a fan of the sms popup.
View 6 Replies View RelatedThe default progress wheel on Android doesn't display well when the background is white, it's barely visible. How can I fix this?
View 3 Replies View RelatedBased on what i read here yesterday, i went and had an update done at the Sprint Store to help my battery life.Now a coupla things:my google calendar background is BLACK now. =( random, but i don't like it. Why would that have happened? Can i get it back to a white background?
Also, my browser is all wack. I can't sign in to yahoo....things aren't loading properly, Facebook isn't working, it's all very slow....Is this connected to the update?And another question: I just attached my USB cord for the first time, but my computer (macbook) is not detecting the phone.
I have a custom title bar that I would like to apply to all my activities. I have searched online and found a few ways of doing that however I have ran into a problem. It seems that despite the fact I have a TextView in my titlebar with id @android:id/title, Android will not use the value defined in the manifest in android:label for each activity. I tried also calling setTitle(R.string.myTitle) but it still will not render it! If I manually put some text in my TextView in the xml it shows up fine. How can I have a custom title bar that is linked and makes Android use my manifest values for labels? I do not want to lose the setTitle() or the XML attributes functionality.
View 9 Replies View RelatedI am using a custom title view and would like to show/hide a progressbar in the title view when a thread is working.But there is no change to the progress bar. It is never displayed. Can someone please tell me what is wrong with the code?Is it possible to display the title progressbar in a custom title?
View 4 Replies View RelatedWasn't sure where to post this, because it is Epic specific with the AMOLED screen.Anyway, my e-mail is on Gmail, but the default white background / black text isn't friendly to the Epic display and battery life. Tried to find settings on the Epic, but there aren't any.
View 8 Replies View Related