0
votes
1answer
10 views

use 1 view for many pictures

i have an listview with 1 pic in every row. after clicking on such a childrow i wanna get detailed information of the childrow entry. for that i want to have a new intent which has an imageView that ...
1
vote
2answers
43 views

android-TextView setText in Html.fromHtml to display image and text

I try to display the text and image in Html.fromHtml() but it is doesn't work in image display. message = (TextView) findViewById (R.id.message); message.setText(Html.fromHtml( ...
0
votes
1answer
36 views

TextView Scale property in android

Is there a TextView equivalent to the following statement v.setScaleType(ImageView.ScaleType.CENTER_CROP); The code I'm using it in is... public View getView (int position, View convertView, ...
1
vote
2answers
335 views

Android listview item display text over image using array adapter

I have overloaded the getView method of listview to populate custom style of list item. This is what currently it looks like:!! Red color is to just show the background of listview item Here I ...
0
votes
0answers
31 views

TextView on top of StateListDrawable

I'm trying to get my TextViews and ImageView to show up on top of a LinearLayout which I added a StateListDrawable to. I create my buttons like this: protected StateListDrawable ...
0
votes
3answers
84 views

Android TextView and ImageView not updating until the end of loop

So I'm fairly sure I'm using them correctly but for some reason I'm only getting the last update. for(int i=0; i<numImages; i++) { // Stuff processes here including getting a new Bitmap bmp ...
1
vote
3answers
58 views

Android Text to Image issue

I have the code for text to image in android application and it is successfully converting the text to image and saving to a local location in SD card. What problem i am facing is that it is not ...
0
votes
2answers
58 views

How to get text which is on top of a image in android?

I have a image with text on top of it. I need to extract the text from the image. For example: Consider i have a image and on top of the image i have a LOGO "NOKIA". I would like to extract the logo ...
2
votes
0answers
60 views

Simple TextView and ImageView “Hello” App

I'm trying to run a simple greeting app that displays some text and 2 clipart-type images. I think I put my image files in the right place and named everything correctly but when I run it, the ...
1
vote
3answers
72 views

How to have an ImageButton behaving like a ViewGroup?

I want to have an image and over an image i want to put a shorter semi transparent view and put a textview inside of that view and finally i want all of these clickable which shows basic clicking ...
0
votes
1answer
101 views

Center TextViews/ImageViews vertically in unknown height - Android

Screenshot is posted below. In each row, the last 3 columns are not centered in their row vertically. The height of each row is unknown until after the screen is displayed. I am not sure but I am ...
1
vote
1answer
279 views

Android TextView with image at right

I need to make text view with image at right. I need make text wrap around the image at left. Text may be different length. Image place at top-right always. Image example: Х - measns image place. ...
0
votes
0answers
39 views

Making a UITextView and UIImageView scroll together in a ScrollView

I have a scrollview set up in storyboard, and a textview and image view set up inside it. I want to have the image and text scroll together. I disabled scrolling in the textview and enabled it in the ...
0
votes
0answers
25 views

Make ListView scroll smooth

My ListView gets pretty slow and glitchy as it starts to populate a lot of data (texts and images). I understand there's a way to speed this up by using ASyncTask in order to process the population of ...
0
votes
2answers
84 views

Inserting a textview in the middle of a imageview android

I need to put a text view in the middle of a imageview so i have this code <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/row_background" ...
0
votes
1answer
91 views

Scrolling ListView mixes images

I've implemented a custom SimpleCursorAdapter in order to insert images and text into my ListView, however the images move around when the user scrolls. How can I get them to stay in place? Here is my ...
0
votes
0answers
68 views

Populate ListView with text AND images from database

I have a SimpleCursorAdapter which populates a ListView. I then tried to set a ViewBinder for my images I would like displayed in the row, however when the user scrolls they get all mixed up. It is my ...
0
votes
1answer
102 views

Android Imageview “squeezed” by TextView

I have defined an XML to show a little popUp window: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
2
votes
3answers
120 views

Place ImageView beside the TextView

I think the solution will be quite obvious, but as long as I'm rookie in android forgive me :) I want to place some picture on the right upper side of the view, and a textview, which will fit the ...
0
votes
0answers
84 views

Mixed display of ImageView and WebView in android

I´m creating a page in layout file. From top to bottom they are: TextView ImageView WebView three widget The content displayed on WebView still contains image data. This page is put in ViewPager ...
0
votes
0answers
192 views

ViewPager horizontal scroll causing force closes and unresponsiveness from ImageViews/TextViews

This is the tutorial I followed to the letter: http://mobile.tutsplus.com/tutorials/android/android-user-interface-design-horizontal-view-paging/ It did its job. I can scroll from right and left ...
2
votes
2answers
2k views

Aligning a TextView and ImageView inside a LinearLayout

I have a ListView with custom adapter and a layout for items in this List. The layout for the items is just a TextView with an ImageView. The image should be aligned to the right side of the screen. ...
1
vote
3answers
78 views

Adding ImageViews into a LinearLayout

I have downloaded a bunch of image from the internet with the following code: for(int i = 1; i < 12; i++) { try { URL imageURL = new URL("http://domain/drawimage.php?type=" + i + ...
-5
votes
1answer
258 views

placing TextView on screen by percentage android [closed]

I am trying to produce an application for android. I want that the placement of the TextViews will not be decided in the XML file but by percentage of the screen by a function. For example, placing a ...
1
vote
1answer
98 views

How to display a file name as a caption for images in a gridview

I am developing an android app right now and I have the images from my res/drawable-mdpi folder being displayed in a gridview. I also have captions being displayed on the bottom of the images right ...
2
votes
2answers
242 views

Marquee of TextView with ImageView

I need to have marquee of textview and imageview as show in the image. Where onclick of either the textview or Imageview , it should open an activity. Can some one suggest a way to that. ImageView ...
-3
votes
1answer
221 views

How to scale a dynamically added image in ImageView to keep the aspect ratio [duplicate]

Possible Duplicate: How to scale an Image in ImageView to keep the aspect ratio I would like to ideally have the 3rd option here: http://developer.android.com/images/ui/button-types.png ...
1
vote
0answers
175 views

rotate textview with its background view

I've customized textview but its just rotating its text not its whole view. and I don't want to use animation because I'm dragging textveiw as well so moving animated textview shows weird result, so ...
0
votes
1answer
73 views

Replace a textview by imageview in a listview

I have a listView showing some text and a recommendation successfully. The recommendation can be "L" or "A". Now i have two images for both each of them. How can i replace the recommendation by that ...
0
votes
1answer
205 views

Partial Screen Refresh in Android

I have a Activity which has 2 components Image view Text view Here the image in the image view is changed using a timer. This works fine. The text is scrolling text is marquee. Individually ...
0
votes
0answers
82 views

Not able to replace ImageView with TextView on ImageButton onClick

I have a imagebutton and ImageView / TextView. My requirement is that when I click on imagebutton, ImageView should be replaced the TextView. At onClick method My app is getting crashed.. dont know ...
0
votes
0answers
94 views

Is it possible to add dynamic text on top of SlidingDrawer handle?

What I'm trying to do is to take this usual SlidingDrawer code: <SlidingDrawer android:id="@+id/drawer" android:layout_width="match_parent" android:layout_height="match_parent" ...
5
votes
1answer
758 views

How to align TextView around an ImageView?

I am trying to align the TextView around ImageView. I am using the following code: private void createSpannableText(){ TextView myTextView = (TextView) findViewById(R.id.textView); ...
0
votes
1answer
178 views

Single ImageView in OpenGL live wallpaper Android

I wanted to know if there was a way to have an ImageView for the background image of an OpenGL live wallpaper for Android. I know that surface views cannot be used, but what is the equivalent? Because ...
0
votes
1answer
177 views

Position textview on top of clicked imageview

Is there a way to programatically add TextView and show it right next to the ImageView user clicked on? I tried something like this, but no results, TextView is added to the bottom of my layout: ...
10
votes
2answers
5k views

Android: java.lang.ClassCastException: android.widget.imageView cannot be cast to android.widget.textView

I can't fix this problem on my listview template: i have the error as in the title of my post, but i won't cast imageview to textview. Here's my code: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
0answers
55 views

Laying out imageview, textview, and a button out on a ViewController

Platform: iOS 5 XCODE 4.3.2 Hi All, I am having some difficulty designing a view. I want to include an image at the top, followed by a text view with some text, then a label which would act as a ...
0
votes
1answer
199 views

TextView wrap causes adjacent ImageView to disappear

I'm puzzled by a simple-looking issue I can't figure out. Got a display button that includes an image (flag), a text, and another image (caret). These three are in a layout container, which is ...
0
votes
2answers
78 views

How do I eliminate the margin from textview with empty string?

So, I have a relative layout that looks like this: ImageView TextView1 TextView2 Suppose, the content of TextView1 is "" (empty string), and all the views and layouts are set to wrap_content, the ...
1
vote
2answers
1k views

Android: Change text within ViewPager

Background I'm writing an app that uses the ViewPager and that's working nicely. I need to be able to target one of the layouts (xml file) and update the textviews and imageviews on it. I've tried ...
-1
votes
1answer
66 views

How to change description text on new image selected?

Could you please help me with the coding? So, I want to change Text witch is below Image every time when I select new image. For example: my app is like in Travis's Wallpaper App tutorial. -> ...
1
vote
2answers
546 views

Transparent TextView background in FrameLayout

I placed a TextView on an ImageView in a FrameLayout. I've tried various combinations of android:background for the TextView but always get a see-through grey background on it. I'd like a ...
0
votes
3answers
687 views

Create Image from imageview and textview?

I'm making an app that will allow the user to add a photo to an imageview from the gallery of their phone which I have already been able to code successfully. I now want to be able to allow the user ...
-4
votes
1answer
90 views

TextView under ImageView with reduced text

Can I this effect with text? IMAGE text where the original text is : "image descriprion" and I would visualize "image desc...." Is possible it?
0
votes
1answer
332 views

problems getting the mp3 duration and show an image and a text

I'm trying to display an image and a text at a certain time of reproduction of an mp3, but when i start the player and want to show the image along with text for each image, the mp3 plays correctly ...
1
vote
0answers
229 views

How to use a ViewFlipper with a Gridview with a ImageView with a Textview?

help me, I need to create a viewFlipper that contains a number of dynamic gridview that contains an ImageView and a TextView. how to do this? thanks,
0
votes
2answers
119 views

Can I replace a part of the text in a TextView for a Image in Android?

The question is pretty much exactly what I want, lets say i have this text: "{W}, {T}: Tap target creature." I have to replace the {W} and the {T} for 2 tiny little images pretty much the same size ...
1
vote
4answers
2k views

Android how to identify item in listview with checkbox

I am really stuck here. What I want is not simple (for me), however I've been programming android a year now. What I want is a listview with an imageview, a textview, a checkbox, and another textview ...
0
votes
1answer
542 views

Android custom listview relativelayout positioning issue

I'm relative new to android programming and layouts, and got stuck on creating a custom listview with text and icons. I have checked and tried out several examples, and tried to make my own list view ...
3
votes
4answers
323 views

How to create this view (Layout)? [duplicate]

Possible Duplicate: How can I implement a 'Lettrine' render in android? In my applications i want to show news ( from databse ) in a view, for that i have to create this type of ...

1 2