Linked Questions

2 votes
1 answer
2k views

I have a TabHost with several tabs, which content is defined as a FrameLayout, which wraps a TextView, each one of them having a lot of text, more than it can be shown within the screen layout, so I ...
nKn's user avatar
  • 13.8k
-1 votes
2 answers
3k views

I had a requirement where I need to create a scrollable textview in android. for Example I had a a long Text that needs to displayed in TextView. Initially it should show part of Text with a ...
Android_programmer_office's user avatar
2 votes
1 answer
2k views

I use Action Bar Sherlock library to add an action bar to my layout. I set the navigation mode to ActionBar.NAVIGATION_MODE_LIST and use a custom adapter to populate the navigation spinner. the ...
Mina Wissa's user avatar
1 vote
2 answers
3k views

I need to display a Terms and Conditions pdf in a layout. It is not essential for the actual PDF to be displayed. That is, I just need the text within the pdf to be displayed correctly, in paragraphs. ...
u3l's user avatar
  • 3,412
3 votes
4 answers
1k views

I have a ScrollView inside which i have some fields and in between i have an TextView containing lengthy text. So i want scrollable TextView by which user can scroll whole form as well as the text ...
Akshay Katariya's user avatar
0 votes
3 answers
2k views

I would like to implement a auto scrolling text view in a native Android app. Something like a vertically scrolling marquee. The idea being that it looks something similar to an autocue, the text ...
jim's user avatar
  • 9,168
0 votes
1 answer
2k views

I am dynamiclly creating a View which contains an image and a TextView this is then being added to a ViewFlipper. This is all working as it should the issue is I require the scrollbar to always be ...
SingleWave Games's user avatar
2 votes
1 answer
1k views

I wrote an android application which has to two views, VideoView above TextView(which is inside a ScrollView), I met a problem that until the VideoView starts playing a video, the TextView is not ...
MByD's user avatar
  • 138k
1 vote
4 answers
738 views

i have the following layout in xml <Relativelayout..... <TextView 1........../> <ImageView........./> <Textview 2......../> </Relativelayout> I need ...
Goofy's user avatar
  • 6,128
3 votes
3 answers
1k views

I create textView in scrollView. Every time i setText the textView, the text not updating, but when i open the keyboard then close it, the text updated.. after googling, i got the solution is call ...
zihadrizkyef's user avatar
  • 1,951
1 vote
2 answers
1k views

I am trying to create a EditText in which no text can be selected, but which can still be scolled through by the user. To archive the first function a created a custom OnTouchListener and only ...
zimmerrol's user avatar
  • 4,961
1 vote
1 answer
842 views

i wanted to create a terminal/console, where the user can enter commands. I know java, but i'm new to xml, so i wanted to know how i can spawn text under text and if it gets to long it should be ...
N.W.A's user avatar
  • 75
4 votes
1 answer
1k views

I have a TextView with clickable spannablestrings. I am calling textview.setMovementMethod(LinkMovementMethod.getInstance()); I am able to click individual words but the TextView does not scroll. ...
Matt Robertson's user avatar
0 votes
1 answer
1k views

Background I'm trying to put a view within a container view, so that the container will allow the view to have any height (and/or width,depending on your specification) , yet not pass a specific one. ...
android developer's user avatar
0 votes
1 answer
1k views

I want to horizontally scroll the text in 2 text view. But it is scrolling only in one text view using following code. But another text view is not scrolling. Solution is high appreciated. <!-- ...
Gowtham M's user avatar

15 30 50 per page
1 2
3
4 5
7