Hello,
Ive created a simple widget, which displays some text,
but if the user re-sizes the widget i want to re-size the text.
I know how to re-size the text in code, but how do i detect the size of the widget ?
can anybody help ?
Check this: http://stackoverflow.com/questions/...droid-widgets-size-after-layout-is-calculated
Related
Hi all,
I noticed it is possible to use an animated GIF as an image using Photo Contacts.
The default animation when somebody calls (the yellow-orange phone image) seems an animated GIF to me, but I wasn't able to find it in the file system.
I thought, using this image as a Photo ID, I am able to increase the font size of the caller notification window used by Photo Contacts.
Does anybody knows where to find this image (if possible), or knows a good animated GIF replacement to use whith Photo Contacts?
the orginal files/gifs can be found at
\My Documents\IA Caller ID Photos
the .DEF files are renamed gif files...
Thanx alot!
font size
Can you tell us in details how you managed to change the caller id font size?
why not take a look here... and here...
Re: font size
mikeycollins13 said:
Can you tell us in details how you managed to change the caller id font size?
Click to expand...
Click to collapse
Start menu > Programs > Photo Contacts
Then, for every contact, set the background image to whatever image (I renamed the CONTACTS.DEF file to a contacts.gif file), and associate every contact with this image.
Then you can specify the Caller ID format, including font, size and color
It is a workaround, but it works for me
Animated gif
I know this is an old thread but i am still using my xda 2s with windows 2003se.
i have installed photo contacts pro 5.8 and it is working welll but i am unable to get it to play any animated gifs.
Whenever i assign a photo it seems to change it to a jpg,Anybody got any advice,i have been searching for ages for an answer to this
If i install caller id by htc that will play gifs so i assuming its a problem with photo contacts pro.
Can someone tell me how to get rid of the alarm, call history and calender tabs on the homescreen. I use the manilla customizer and put an invisible clock and clear icons on the front so i can put a picture as my homescreen and the alarm, call history, and calender tabs are in the way and i dont need them on the home screen. your help would be greatly appreciated.
Not possible yet, AFAIK.
use an invisible analog clock...
if you know how to edit mode 9 files, just remove those occurences
http://forum.xda-developers.com/showthread.php?t=456474
anybody know how to change the size of the icons and text of any of the android builds??
its because i like my icons and text very small
I'm trying to find a simple widget that simply displays a text box with user selectable fonts/size/colour..etc and allows for a clear background.
I've found a few, but I need something that allows for really large font sizes (i.e. 100pt) I plan on using it as a title for each homescreen.
The closest app I found is called Text Widget Donate but the largest size is 56pt.
I've tried nearly every text app i can find. Does anyone have any suggestions?
Hi there.
I am trying to create a widget that displays some text that is updated from tasker. I would like the text to be colored by some logic defined in tasker. So in tasker I have a variable %Text1 that contains the following "[c=#FFAAAA]Mytext[/c]".
I have a task that updates my rich text box with the text above: Zooper Widget Pro Variable: Configuration #TTEXT1# = %Text1
Now I expected to see a pink "Mytext" in my widget but instead I see "[c=#FFAAAA]Mytext[/c]".
If I copy the text manually into Zooper Widget, it displays correctly.
What am I doing wrong?
Regards, Jesper.
Try to use c=#ffffaaaa or c=ffffaaaa sometimes zooper acts very strange if there is no alpha.
Thanks for your reply, sadly it didnĀ“t seem to make any difference..
It seems like Zooper only parses the text fields once, so any codes from tasker are not parsed. That meant I had to split up my text into several text boxes and use advanced parameters for coloring.