Android :: PNG File With Transparent Drop Shadow Appears As Solid / What Am I Doing Wrong?

Oct 3, 2010

I have a PNG file with drop shadow that is supposed to be blended using multiply operation. I'm using an ImageView to show it.

However, the shadow is shown as solid gray.

What am I doing wrong?

Android :: PNG file with transparent drop shadow appears as solid / What am I doing wrong?


Android :: Create Drop Shadow For Drawable?

Jan 18, 2010

How do i create a drop shadow to add it to a custom drawable i made using shape?

View 1 Replies View Related

Android :: Remove Default Drop Shadow At Top Of Activity Layout

Oct 26, 2010

I have an activity. It does not have a title bar. The content view is just a linear layout. It looks like android draws a drop shadow at the top of my content view, directly below the status bar. Is there a way to stop that from being drawn?

My layout is just:

I have no titlebar:

requestWindowFeature(Window.FEATURE_NO_TITLE);

View 2 Replies View Related

Android :: Wrong Name Appears In Android Market Comments

Nov 7, 2008

When I comment on an app in the Android Market it doesn't have my correct name, where is this pulling the name from and is there a way to correct that?

View 6 Replies View Related

General :: SD Card Suddenly Appears As A File

Jul 3, 2012

I just plugged my phone into the computer, pushed a file to the sdcard and then unplugged it. When I opened Root Explorer, it didn't default to my sdcard as usual so I opened the built in file manager and it found the card just fine. I checked the /mnt folder and sure enough the sdcard appears in there. /sdcard has always shown in my root directory and has done so up until now. Now, instead of a /sdcard folder, I see a file in the root directory named sdcard. I fear the location change could cause issues (the least of which is tweaking out my OCD).

I didn't do anything out of the ordinary. USB Debugging is enabled, I left the phone in charge only mode, I ran the command "adb push C:directoryfile /sdcard" and it appeared to be successful, I unplugged it without using the "eject" function on the computer. I've done this many many times before and this has never happened to me. I have a Droid X and am running Wizard0f0's MIUI build. Again, none of my steps vary from what I've done before. The computer is the same, the drivers are the same, the location of adb is the same, etc.

View 1 Replies View Related

Android :: Drop Box And ITunes Files / ROM File Type Is Not Supported

Sep 9, 2010

I'm getting really frustrated. I can't get my PC with all my music and photos to recognize my new phone (Epic). Lots of people are having this issue. Not resolved with driver download.Anyway, I just learned about Dropbox and thought it might be my savior. I copy/pasted my iTunes songs into a Music folder in Dropbox on my PC. It started syncing to my phone, and as soon as a song showed up on my phone, I tapped the name, and it downloaded. Then this:"ROM file type is not supported" pops up. What does this mean, and what can I do?

View 2 Replies View Related

Android :: Drop Box - When Download Ringtones Says That File Type Is Not Supported

Sep 1, 2010

I am still new to this android software and I downloaded drop box and deleted it and now when I download ringtones it says that the file type is not supported when the SAME EXACT file worked before I downloaded drop box. Is there a way to choose what files I support. I have a samsung epic if that helps at all.

View 2 Replies View Related

HTC Desire :: Drag And Drop File Sync

Jul 22, 2010

Drag and Drop File Sync with Awesome Drop.Its an Android application that lets you drag and drop files right into your browser which then copies files to your Android device. No account is required just open the app, navigate to the specified webpage, enter the access code into your device, drop in your files and voila, the files are synched to your phone.Awesome Drop uses HTML5 features of web browsers like FireFox 3.6, Chrome 5 & Safari 5 to copy files to your device and supports music, photos and document files.

View 1 Replies View Related

Android :: Laying Out Buttons With Transparent Backgrounds On Linear Layout With Non-transparent Background

Aug 19, 2009

seems pretty straightforward.

CODE:..............

But doesn't work!

It scrunches the layout background as the background to each button, I want it to span all three buttons...

View 2 Replies View Related

Android :: Can't Find A File In Dynamically Loaded Jar / Figure Out What Is Wrong?

May 26, 2009

I'm trying to dynamically load a jar file, then load the classes inside the jar. The code is simple but I keep getting ClassNotFind exception. The class is in the jar. How can I figure out what is wrong? code...

View 3 Replies View Related

Android :: Transparent Image Button - Can Be More Transparent

Jul 9, 2010

I have already found how can I do an ImageButton with Transparent background, but I would like to ask, how can I set the effective of it ?

How can I do it more transparent ?

My way as I do it: <gradient android:startColor="#aaffffff" android:endColor="#aaffffff" ...>

What should I write in to the color to be more transparent ?

View 3 Replies View Related

Android :: Set Solid Background To Spawned Activity

Sep 9, 2010

I'm not very familiar with the android SDK yet. I have an application (game), which is developed mainly using the NDK, and uses egl to render. i have an activity which handles the egl swapbuffer and runs the games native main loop, pretty straight forward I guess.

Now I have made another activity which host a TableLayout containing an EditText as well as a button (simply for text-input later used by the game). I spawn this activity from my main activity using startActivityForResult. The small problem I'm having now is that I can't manage to make this "popup" activity to have a background, so my paused game will reside in the background, with the various widgets just overlaid. This is not very pretty in my opinion, and I would like to at least have a solid background color for my spawned activity while it's active. I *could* just simply go into some state in the games main loop which clears the gl-screen just before I spawn the new activity. But I don't like this solution and it's a tad more work then I'm prepared to put in just at this time in the project. I'm pretty sure there is some simple way to just set a background color somehow, I just can't find *any* way to do it, I've looked around in the SDK resources and tried to search for any hints towards this, but i'm just not familiar enough with the java SDK to find what i'm looking for.

On a side note I would also like to be able to center the EditText widget as well as the button on the screen once the Activity is active, I haven't looked very deeply into it yet, but from a quick glance of the documentation I couldn't really find any suitable positioning methods in the tablelayout class. But as I said, haven't looked very hard. Can probably solve that one easy, but i'm just throwing this in as well :)

View 2 Replies View Related

Android :: Solid RSS Feed Reader & Widget

Aug 28, 2010

I simply can't find a solid RSS feed reader and widget (mostly the widget).I've tried NewsRoom, NewsRob, BlueRSS, DoggCatcher etc, and they all

1) are missing a widget,

2) are ugly,

3) are missing some basic functionality.

Can everyone please share what RSS feed reader app and widget they use?Preferably one that can sync with Google Reader but not necessarily,just an extra. I'm more interested in the widget, also.

View 3 Replies View Related

Android :: Solid Black Screens When Calling Dialogs In OnCreate() / Way To Fix

Sep 17, 2009

I've had this problem in a few different apps now and I can't seem to find a solution.

If, in the onCreate() of an Activity, I start an activity that uses the dialog theme it doesn't draw anything to screen... the whole screen stays black. All the views are there (e.g., I can tap where an EditText should be and it'll give me the keyboard), they're just not visible. code...

View 2 Replies View Related

Android :: Is Shadow Mapping Possible In OpenGL ES 1.0?

Nov 25, 2009

I've tried casting shadow following this tutorial (which uses Stencil Buffer method): http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=27 The result is a cool shadow effect. But it depends too much on geometry and thus not very flexible. Then I found a much easier way to do shadowing here: http://www.paulsprojects.net/tutorials/smt/smt.html But it uses ARB_depth_texture and ARB_shadow extension. So I bet it can't be used with Android's OpenGL ES 1.0. I've tried googling for "Shadow Mapping" and "OpenGL ES" but still can't find a good tutorial. Can anyone recommend me a good place/site I can study for this please?

View 3 Replies View Related

Android :: How Can I Add Shadow / Fade For My Views?

Sep 24, 2010

The ListView has a nice fade on the top/bottom.I have a ListView in the top half of my app, and then a ViewFlipper on the bottom. Is it possible to add a fade/shadow to the top of the ViewFlipper? This would look nice.

View 1 Replies View Related

Android :: Add Shadow On Text In Droid

Mar 21, 2010

I am wondering how to add shadow on text in android?

I have the following code which is applied on a bitmap and I wanted to be shadowed...

paint.setColor(Color.BLACK);
paint.setTextSize(55);
paint.setFakeBoldText(false);
paint.setShadowLayer(1, 0, 0, Color.BLACK); //This only shadows my whole view...

View 3 Replies View Related

Android :: Shadow On Top Of A Layout On ActivityGroup / Fix It?

Jul 16, 2010

I'm trying to give my first steps on working with ActivityGroups. To be more specific, I have a parent activity with a layout containing several buttons, and another layout below them in order to add other activities' layouts by means of the "addView()" method. Well, everything works fine in functionality terms; but I'm experiencing a weird behavior inside the layout where other activities are kind of loaded into. A black line along the top border of the layout plus a slight shadow do appear when I run the application on the emulator. I have tried to play changing the paddings, margins, etc. with no success.

Has any of you experienced such weird behavior?

View 2 Replies View Related

Android :: Remove Shadow On Markers On My Map?

Nov 17, 2010

I am displaying a custom marker on my Google Map. They are placed fine, but they have this funny shadow. How can I remove the shadow? code...

View 1 Replies View Related

Android :: Get Rid Of Shadow When I Scroll ListView?

Jul 10, 2010

How can i get rid of the shadow when I scroll ListView.

I have shadows appearing on top and bottom of the list.

View 1 Replies View Related

HTC EVO 4G :: Build Quality Solid And What About Hardware?

May 17, 2010

For everybody that has played with the Evo how is the build quality? Is it solid? Does it feel cheap? How is the hardware? What does the back feel like?

View 6 Replies View Related

Android :: Euivalent To Set Shadow Layer Shapes In XML

Oct 18, 2010

If I draw a round rect shape by code I can use setShadowLayer to get a shadow drawn for the shape. Is there an equivalent when defining shapes in XML?The following example draws a round rect background to a shape. What would I need to add to get a shadow added to the shape? Is it even possible using XML? Code...

View 1 Replies View Related

HTC Desire :: How To Change Background Into Solid Color

May 16, 2010

Is it possible to change Wallpaper Background Image into SOLID COLOR only? I want change into totally black.

View 11 Replies View Related

Games :: How To Swap Metal Gear Solid?

Nov 3, 2010

I have PSX4 Droid and it's great, but my question is how do you play .bin/Roms that are downloaded and include Disc 1 and Disc 2? I just downloaded Metal Gear Solid, but would like to know how to swap the discs to resume game play when I beat the first disc.

View 4 Replies View Related

Android :: How Can I Delete Black Shadow Above Framelayout In Tab Widget?

Sep 7, 2010

I have a problem with the tab widget. There is a shadow above the framelayout that's part of the tabwidget. How can I modify or delete this shadow.

View 4 Replies View Related

Android :: Show Shadow For Text Drawn On Google Map

Jun 7, 2010

In my map application I am using overlay items and texts. I need shadows for both. For overlayitems I am able to display shadows. How to show shadow for the text drawn?

View 4 Replies View Related

Android :: Make Shadow Effect For A Text In Droid?

Jul 21, 2010

How can i make shadow effect Text in Text View. Any Idea?

View 1 Replies View Related

Android :: How To Scale Markers And Set Shadow And OnTap Correctly

Nov 17, 2009

I'm scaling markers on a MapView with the following code

CODE:.........

And:

CODE:.............

Which works, but the shadow below the marker has wrong offset when scaled. Also; i override the public boolean onTap(int index) in ItemizedOverlay to detect taps on the markers, but it seems inaccurate. I can click some range outside the marker and still trigger onTap...

View 1 Replies View Related

Motorola Droid X :: LED Turned To Solid Blue While Browsing Web?

Aug 21, 2010

Long story short: on my way to vegas my girlfriend was browsing the web on my droid x and the led turned a solid blue. The only app I have that turns the led blue is blink but I have it set to flash blue for incoming and missed calls, however, I didn't have any missed calls and there were no notifications in the tray.

View 2 Replies View Related

Samsung EPIC 4G : Way To Fix Notification Light Staying Solid?

Sep 20, 2010

I just downloaded the media hub update today and noticed that now when i get a text message my notification light stays solid instead of blinking...This is annoying because it could cause the battery to drain and it just looks weird...Is there any setting i can mess with, or has anyone else had this problem? I also notice that when i text i don't hear the typing anymore. It's just silent until i click send...Kind of weird...I'm thinking about uninstalling and re-installing handcent..

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved