HTC EVO 4G :: Moving Icon / Widget From One Screen To Another?
Jul 20, 2010
It seems there's a trick that I'm missing because I'm only successful 10% of the time I want to move an icon from one screen to the other. Most of the time I have to delete the icon, swipe to next screen, then add it again.
View 10 Replies
May 2, 2010
Is there a way to change the title of the widget/icon located on the Home screens?
View 2 Replies
View Related
Nov 1, 2010
I'm building a tab activity and but I don't want the tab text to appear bellow the icon. Is there any XML property to define this behavior? On the other hand, how can I place tabs in the bottom of the screen instead of the top?
View 1 Replies
View Related
Jan 27, 2011
Samsung Galaxy Vibrant S. I accidentally dragged my phone icon from the toolbar on the bottom (where the phone, message, apps & contacts are) to the screen where my other apps are. I go to my apps screen and see it there, go to edit, move it back down and save it. Then when I navigate through my phone a few times it moves itself back where my apps are?? How can I get it to stay on the bottom toolbar where it is supposed to be and stop disappearing and moving back into my apps screen?
View 3 Replies
View Related
Oct 16, 2010
I am writing my first application and am trying to get my widget to load a different image when it is added to the home screen based on the state of the notification volume.It is detecting the notification state fine and the proper Toast messages appear when I add the widget, but I'm not getting any icon.I just get an empty button.I'm using the same code to change the icon in my onReceive() method to do other things and that works fine.Is this the proper way to accomplish that?
View 3 Replies
View Related
Apr 30, 2010
Don't know about you guys but every time I get a new message in my notification panel I alwaysdrag down the clock weather widget. If there was a way to freeze or lock the widget then I wouldn't accidentally drag it down.
View 9 Replies
View Related
Dec 29, 2009
Just got my droid and noticed after app download that when u move the app to another screen. the original remains on the grey screen it was on before. Should it? I though by moving it onto a panel of lets say music and media only that it would move away from it's original location. I prefer to see it on only one panel. Any ideas?
View 1 Replies
View Related
Nov 26, 2009
How to close screen while moving to next screen in android platform?i have one working scenario like this. while moving from one screen to other screen need to close(i shouldn't show screen while press Esc key).
View 2 Replies
View Related
May 20, 2010
im having similar issues that others have reported of their screens moving on their own. if im on my home screen, the pages will flip to the right on its own. this isnt the only place it happens. one example is when im trying to enter text. the selection will move away from the text box the the send button. do i have a defective screen? i installed a zagg screen protector on the phone and its slightly overlapping on the top left side of the optical track. could it be that? should i take it to verizon?
View 4 Replies
View Related
Oct 18, 2010
Ok Freaky, I place my phone down on the table within a few min the screens move from one to the other automatically whats up with this.. Its like a ghost here lol, No for real I swing my home pages all the way to the right within a few min they go back to the left strange any ideas people whats causing this..
View 6 Replies
View Related
Apr 29, 2010
When you get past the security and are on the main Sense UI screen, does it sometimes move to the screen to the left or right of whatever the main screen is on its own? If so anyone know how to cure this problem? I've only seen it occur when on the main screen but no where else.
View 3 Replies
View Related
Mar 12, 2010
I would like to know how I can move a small image on the screen. The user clicks for instance a small block and after that I would like to slide it over the screen.Any help is appreciated.
View 1 Replies
View Related
Feb 22, 2010
I would like to write a widget that emulates the look of an application launcher shortcut. In particular I want the white font label on a black, semi-transparent background. As it should look the same as the launcher shortcut I wouldn't like too much to imitate the actual look, but to re-use/copy it. Any idea where I can get that?I checked the launcher app and found application-boxed.xml, but it doesn't seem to do what I want and I am probably way off anyway.
View 6 Replies
View Related
Jun 6, 2013
My child accidently removed my App/Widget Icon. The icon that takes you to your apps and widgets.
How do I get it back?
View 1 Replies
View Related
Jul 29, 2010
on the droid x, i found this to be VERY simple. press and hold the icon, then once it is unmounted slide to left of right. once the green "highlight" appears on that side, the sscreen moves as well as the icon.i had the original droid and dont think it was this easy, though im not sure i ever tried.
View 5 Replies
View Related
Jun 26, 2010
I have purchased a HTC Legend about 3 weeks ago and am very satisfied with this cell phone. My only concern is related to the reliability of the "mechanical keys" (Home, Menu, Return and Search) . I have interacted a lot with my cell phone and verified that I need to press the Home button many and many times to leave an application in order to go back to the main menu to get access to another application.
I would like to know if there is some application to create an icon in the Notification bar (on the top of the touch screen) in order to return to Home screen. This seems to be an interesting solution because the Notification bar is always active, regardless of the application that is running. In this case, the user could access it through the touch screen and avoid using the mechanical keys all the time, so that the user would not need to worry with the life time of the mechanical keys.
View 1 Replies
View Related
Jun 7, 2010
I've started a little game, and so far I'm moving a little guy with onKeyDown() and the DPAD from Android Emulator. Now what I want to do is to add 4 buttons on the screen (like in a GAMEBOY emulator for example) and these buttons should move my little guy. With a clickListener and onClick() (or touchListener and onTouch()), it's ok for one move but how to do if I want that my little guy continues moving when I stay clicked on the button ??? Buttons are enough or should I make a 4 arrows soft keyboard or anything else?
View 1 Replies
View Related
May 2, 2010
Just got my inc on Wednesday, and the trackpad is moving on my screen by itself. very annoying when texting, and browsing. tried cleaning it, tried reboot. is this a software issue or is it bad hardware?
View 2 Replies
View Related
Jun 5, 2009
Is it possible for an app icon to drag over and interact with a widget, similar to the action of deleting an icon or adding something to a folder?
View 2 Replies
View Related
Oct 23, 2010
Can I make a widget or icon for Yahoo Calendar, so I can access the calendar quickly ?
View 4 Replies
View Related
Nov 4, 2010
Anyone know how to get rid of a widget that has somehow found its way behind my dock so I cannot get to it to move it? I use LauncherPro+.
View 7 Replies
View Related
Dec 29, 2009
I have a widget that is meant to change its icon every time it receives the Update broadcast. However, the widget never manages to display its icon properly, displaying the text "Problem loading widget". The Logcat message is: WARN/AppWidgetHostView(612): updateAppWidget couldn't find any view, using error view
WARN/ App Widget HostView(612) : android.widget.RemoteViews$ActionException: can't find view: 0x7f060003 The code for my onUpdate is: public class ImageWidgetProvider extends AppWidgetProvider{private static final String TAG = "Steve"; public static final int[] IMAGES = { R.drawable.ic_launcher_alarmclock,/*and many more*/}; @Override public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds){for (int appWidgetId : appWidgetIds) {Log.d(TAG, "onUpdate:"); int imageNum = (new java.util.Random().nextInt(IMAGES.length)); Log.d(TAG, Integer.toString (IMAGES[imageNum])); RemoteViews remoteView = new RemoteViews(context.getPackageName(), R.layout.widget); emoteView.setImageViewResource (R.id.image_in_widget, IMAGES[ imageNum]);Now when I hover the mouse over "R.id.image_in_widget" it brings up that its value is equal to 0x7f060003 - the view that it can't find according to Logcat. Using the second Log statement, I verified that IMAGES[imageNum] does indeed refer to a random image from the IMAGES array. (In case it matters, it comes out as a decimal value rather than a hexadecimal one.) Any ideas what I'm doing wrong? Edit: Here is the layout file for the widget, where the image_in_widget ImageView is declared.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ImageView android:name="@+id/image_in_widget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/
View 4 Replies
View Related
Sep 1, 2010
I'm sure this will end up being a stupid question and I'm going to kick myself....
I have a camera icon, but no video icon. No widget to add either. How do I take video?
View 3 Replies
View Related
Apr 4, 2010
I tracked the behaviour of the different screen sizes when I increased the position of a graphic by 10 pixel. Unfortunately happened what I already thought. When the display is bigger, I'm able move a graphic a lot of times more to get to the bottom of the screen. So the ratio between the graphic and its environment is not correct anymore (so not 10 pixel as on normal screen) although the change of the graphic on the different screens looks correct (On big screen it is bigger, on small screens it is smaller). When I move the graphic from the top of the screen to the bottom, I can move that on 480x800 about 65 times, on 480x854 70 times, and on the 320x480 screen only about 25 times. So the target must be to calculate the right ratio so that 10 pixels on the small screen are 17 pixel (or sth. similar) on big screens. What approaches do I have to do that? I already thought about getting the value of res.getConfiguration().screenLayout to know if I have a small, normal, or big size to be able to calculate anyhow the right ratio, but this both seems to be pretty cumbersome and moreover I get values from res.getConfiguration().screenLayout I can't explain. I launched 6 emulator instances and got the following values from res.getConfiguration().screenLayout:
240x320 QVGA low density: 17 320x480 HVGA medium density: 18 480x854 WVGA high density: 34 480x800 WVGA high density: 34 240x400 WQVGA low density: 34 240x432 WQVGA low density: 266435490 (yes, I really get this value!)
This approach seems to be useless because I cannot even distinguish between 480x854 and 480x800, much less of the last value which seems to be corrupt.
How can I solve it to move a graphic on the different screens with the right ratio? How do game developers solve this when they support all screens?
View 5 Replies
View Related
Nov 16, 2009
Has anyone else noticed their icons moving around [by themselves] on the home screen? A couple of days ago, the "Phone" icon suddenly appears on the left-most home screen rather than on the center one. Today, I discovered that I had 2 Gmail icons on my home screen. I thought that it was my imagination, but this has happened a couple of other times.
View 4 Replies
View Related
Dec 28, 2009
is there a way to move the icons without having to remove them and then pick a new place? If not - why with the nice slide functionality, can you not just slide them around on the same screen or the the next?
View 4 Replies
View Related
Mar 31, 2010
For example, I can scroll a page but when I stop and hold my finger on the screen, it moves about very jittery even though my finger is not even moving. It can be annoying at times when I want the screen to be steady.
Has anyone else had this problem? BTW, I do have a clear screen protector on my screen, could that be part of the problem?
View 4 Replies
View Related
Mar 31, 2010
I am designing a home screen widget. I ran this widget on a HTC Hero device, which has a screen of 320 pixels * 480 pixels with mdpi. It ran perfect on HTC Hero. The widget takes 3 cells * 2 cells space, i.e. 240 pixels * 200 pixels.Then I ran this widget on a Nexus One device, which has a screen of 480 pixels * 800 pixels, mdpi. Since Nexus One also is mdpi, so I though 240dip is equivalent to 240 pixels on Nexus One and 200dip is equivalent to 200 pixels on Nexus One, so the widget will not take 3 cells * 2 cells space on Nexus One device. To my surprise, when running on Nexus One device, the widget take exact 3 cells * 2 cells, about 360 pixels * 300 pixels, on Nexus One device.I am confused. The layout xml above specifies 240dip in width and 200dip in height for the widget, but why did it take 360 pixels * 300 pixels on Nexus One Device? What am I missing?
View 2 Replies
View Related
Apr 30, 2010
Not sure if this is a known issue, but WTF? i am still getting a bright sunshine and the temp if off by 7 degrees, plus i have it set to update every hour. Is there a fix?
View 37 Replies
View Related
Jan 26, 2010
I have a widget that acts as a launcher on the home screen. How can I make it behave like a launcher icon?
I use this layout for portrait:
CODE:................
And this is the background selector:
CODE:................
This way if I use the DPAD the widget is focusable but the click doesn't work. The touch still works but the widget is not displayed as focused.
View 2 Replies
View Related