Linked Questions

21 votes
3 answers
89k views

I am finding a tough time setting the textview with vertical scrolling text. In my dialog I have a textview with large text, since dialog is small window I want the textview text to scroll the ...
hari86's user avatar
  • 679
-1 votes
3 answers
4k views

I have textview that include a large text and fill the parent layout.but i don't want to use Scrollview and i want to change the textview properties. How Can I scroll the textview Vertically?
mohamad sheikhi's user avatar
5 votes
0 answers
7k views

I need to implement a custom View object, which extends the TextView and supports pinch zooming and scrolling of zoomed the text. Android documentation says that the TextView class can take care of ...
Ufuk Can Bicici's user avatar
0 votes
2 answers
2k views

Scrollbar is showing but not working or scrolling as shown in image below XML: <TextView android:id="@+id/text_view_dialog_notes" android:layout_width="match_parent" android:...
Adeel Iftikhar's user avatar
0 votes
3 answers
463 views

Hello i made a listview which on itemclick it brings me to another activity to read a bunch of text but i have a problem. If i add a long text in appdata.java im not able to see all of it because i ...
Richard's user avatar
  • 17
0 votes
0 answers
76 views

A TextView field is supposed to scroll vertically. It doesn't. Why not? Also tried attaching a vertical scrollbar -- it pops up briefly, then disappears, and still no scrolling. A real pain for a ...
William Barrett's user avatar
-1 votes
1 answer
62 views

I can not go to the boottom of my activity. If I want to read all text or go to rating bar or button i cant. I think the problem is in xml format or something in xml file. Do you know where is the ...
Robincho Bibanka's user avatar
61 votes
15 answers
107k views

I have a TextView that I'm dynamically adding text to. in my main.xml file I have the properties set to make my max lines 19 and scrollbars vertical. in the .java file I am using textview....
Kyle's user avatar
  • 11.1k
38 votes
9 answers
89k views

So, I have a TextView like so: <TextView android:layout_width="fill_parent" android:layout_height="140.7dp" android:id="@+id/terminalOutput" android:layout_marginBottom="0.0dp" ...
Earlz's user avatar
  • 64.3k
25 votes
1 answer
26k views

I need to set the TextView maximum height (either using maxHeight or maxLines). And if there are more lines of text the scrollbars should be shown. What markup should I use for this? Initial idea was ...
alex2k8's user avatar
  • 43.4k
7 votes
4 answers
34k views

I'm using an EditText of some predefined size, however when a user enters more text then fits in the text box, they aren't able to scroll the text with touch. Scrolling does work with a trackball. ...
Bytecode's user avatar
  • 6,591
4 votes
3 answers
22k views

I have a textView which size is 16 characters, if it exceeds 16 characters I want to make it scrollable to the user to view remaining characters. Could any one help me? I have tried this link Making ...
String's user avatar
  • 3,728
2 votes
3 answers
9k views

Actually im showing some data in a textview but its half of the data is going out of the screen so i need help to make a textview scroll or any other thing that can scroll down the screen. Any help ...
Mohammad Areeb Siddiqui's user avatar
4 votes
4 answers
5k views

I have a ListView where each row has a fixed height. Every row contains, next to some images, a TextView. Sometimes, the text I want to display is too large and hence I would like to make it ...
Marc Van Daele's user avatar
10 votes
4 answers
3k views

I have a scrollable TextView where a user can select text. I add scroll bar by setting movement method to ScrollingMovementMethod. Problem: Selection works well unless the application is paused (for ...
Sasha Shpota's user avatar
  • 10.5k

15 30 50 per page
1
2 3 4 5
7