Re: [android-developers] App Name appears as Activity Name

2012-07-26 Thread Justin Anderson
> > It show's the Activity name and no matter what I do, I can't get the > actual app name to display. > Care to specify what "no matter what I do" means? What have you done? All you have to do is specify the android:label attribute of your activity... You can set it to whatever you want. http://

[android-developers] App Name appears as Activity Name

2012-07-26 Thread Tre Stange
Hi there. I've created an App and I can not get the app name to appear below the icon on the app list. It show's the Activity name and no matter what I do, I can't get the actual app name to display. Anyone ever run into such an issue, have any thoughts on conquering this oddity?? Thank you!

Re: [android-developers] APP Name

2012-07-18 Thread bob
Excellent idea. Perhaps a thesaurus will help? On Wednesday, July 18, 2012 4:18:34 AM UTC-5, Raghav Sood wrote: > > Use a shorter name. > > On Wed, Jul 18, 2012 at 2:43 PM, Rahul Kaushik > wrote: > >> My android app has a two word app name, and the 2nd word doesn't fit on >> the first line b

Re: [android-developers] APP Name

2012-07-18 Thread Raghav Sood
Use a shorter name. On Wed, Jul 18, 2012 at 2:43 PM, Rahul Kaushik wrote: > My android app has a two word app name, and the 2nd word doesn't fit on > the first line below the app icon. The OS doesn't automatically carry the > 2nd word over to the 2nd line so it just gets cut off. > pls suggest th

[android-developers] APP Name

2012-07-18 Thread Rahul Kaushik
My android app has a two word app name, and the 2nd word doesn't fit on the first line below the app icon. The OS doesn't automatically carry the 2nd word over to the 2nd line so it just gets cut off. pls suggest the way Thanks RK -- You received this message because you are subscribed to the Go

Re: [android-developers] App Name

2012-07-13 Thread Dianne Hackborn
I would recommend against this. What do you think is going to happen in all of the places where this label is shown as a single line? At the very least, the correct way to do a line break in Android is with just "\n"; don't include a "\r". On Fri, Jul 13, 2012 at 4:38 AM, Rahul Kaushik wrote: >

Re: [android-developers] App Name

2012-07-13 Thread TreKing
On Fri, Jul 13, 2012 at 6:38 AM, Rahul Kaushik wrote: > 1. is android:label="ABC\r\nMobile" is it stable ? > "Stable"? Do you mean "does it work"? I'm guessing "no", but this should take you approximately 25 seconds to test for yourself. --

[android-developers] App Name

2012-07-13 Thread Rahul Kaushik
Hi, I have an App whose name to be displayed under icon, i want to show the second word in new line in manifest file 1. is android:label="ABC\r\nMobile" is it stable ? Thanks RK -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

Re: [android-developers] App name

2011-01-05 Thread Hendrik Greving
Tried that, I uninstalled & deleted everything before. It must somehow still hidden in the sources somewhere. - Original Message - From: John Lussmyer To: android-developers@googlegroups.com Sent: Wednesday, January 05, 2011 5:41 PM Subject: Re: [android-developers] App

Re: [android-developers] App name

2011-01-05 Thread John Lussmyer
Uninstall it before re-installing it? On Wed, Jan 5, 2011 at 5:05 PM, Hendrik Greving wrote: > I have an app and changed its name everywhere, Manifest etc. The icon > names etc. are correct now, also the widget name from the widget manager and > the name which appear when you add to the home scr

[android-developers] App name

2011-01-05 Thread Hendrik Greving
I have an app and changed its name everywhere, Manifest etc. The icon names etc. are correct now, also the widget name from the widget manager and the name which appear when you add to the home screen. BUT, if I go to the application manager (Settings - Applications), the old name is still there

Re: [android-developers] App Name

2010-02-28 Thread Mark Murphy
Nick Owens wrote: > Mark: > > But that's actually what I have set now: > > android:theme="@android:style/Theme.Light"> > > This is the main activity w/ the launcher intent. It's also the label that > shows up in the App list. Is there any way to specify the label that shows > up as the App na

RE: [android-developers] App Name

2010-02-28 Thread Nick Owens
o: android-developers@googlegroups.com Subject: Re: [android-developers] App Name Nick Owens wrote: > Developers: > > Does anyone know a way to have the name of the app, as shown in the menu be > different than the title shown for the app on the launcher activity? Try the andr

Re: [android-developers] App Name

2010-02-27 Thread Mark Murphy
Nick Owens wrote: > Developers: > > Does anyone know a way to have the name of the app, as shown in the menu be > different than the title shown for the app on the launcher activity? Try the android:label attribute on . -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/

[android-developers] App Name

2010-02-27 Thread Nick Owens
Developers: Does anyone know a way to have the name of the app, as shown in the menu be different than the title shown for the app on the launcher activity? Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -- You received this message

[android-developers] App name/icon problems on Hero after reboot

2009-10-26 Thread Robert Green
Yes, the test phone is running 1.5. We've tested a manifest that has @string/app_name for both the app label and launch activity label and it doesn't seem to be fixing it. Uninstall, reboot, install -> Works correctly, reboot -> breaks That's what we've tried. Have you found any fixes yet? Ap