Skip to main content
0 votes
1 answer
103 views

I am trying to implement the gradient design into textview like below via LinearGradient but after trying for several hours even with AI tools i am not able to get desired result. I used this as ...
androidXP's user avatar
  • 1,748
0 votes
0 answers
35 views

Some background: I have EditText where user could choose AlignmentSpan.Standard span for each line independently. By default line has Layout.Alignment.ALIGN_NORMAL alignment. The problem: When type ...
SerjantArbuz's user avatar
  • 1,294
0 votes
1 answer
43 views

I'm trying to understand how string assignment works in Android when using a TextView. Specifically, I'm wondering whether assigning a String to the .text property of a TextView results in a copy of ...
Rohan Pande's user avatar
1 vote
0 answers
65 views

I'm building a text display app that needs horizontal scrolling text with controllable speed. I've spent time trying different approaches but had issues with both. I third to achieve: Horizontal ...
Dor1ma's user avatar
  • 13
1 vote
0 answers
75 views

I have a recyclerView which displays cards with TextViews. Whenever a new textView appears, a line appears after the text, which quickly disappears. I am not sure what it is and looking for a solution ...
Tennis Heal's user avatar
0 votes
1 answer
52 views

All, I am programmatically creating NSTextView (and UITextView on iOS) objects on a canvas (just an {NS,UI}View. I am working on auto-resizing (which works), but there are some strange behaviours. ...
Paul's user avatar
  • 509
0 votes
0 answers
61 views

I have a service in my code that is meant to display a different brain teaser question each time the service is called on. I can get the question to change on my service, but when I have the service ...
Monica's user avatar
  • 9
0 votes
0 answers
33 views

Caused by: org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. com.android.application kotlin-android kotlin-...
Anash Alam's user avatar
0 votes
1 answer
36 views

I am working on localizing my app into Bengal. I found that the Bengal numbers take up more line height than the arabic numbers do, and now I want to dynamically make sure that all TextViews have the ...
BenjyTec's user avatar
  • 12.6k
0 votes
1 answer
39 views

I'm trying to have 2 textView side by side. Both are unknow width. The first one should display on multiple lines if it's too long and the second one should always be visible and not resized. This is ...
guigui soso's user avatar
0 votes
0 answers
33 views

I use TextView with big height and set auto text size. But it is not work for Korean language. I can fix it by decrease height but it is not good solution for me. Just for example: <LinearLayout ...
Style-7's user avatar
  • 1,408
0 votes
0 answers
59 views

I have an Android app with AutoCompleteTextView dropdowns for country selection. The dropdown items are getting truncated and not wrapping properly. Here's what I'm seeing: Current Implementation: ...
Kay's user avatar
  • 345
0 votes
1 answer
36 views

I have been working on an app for a while, which is in production on the store. At the last revision a problem appeared when running the app on a Samsung Galaxy 33A device. The problem does not show ...
Simon W's user avatar
  • 101
0 votes
0 answers
135 views

I have a multiline TextView for which I want to disable word wrap completely and have the sentence break at the end of the line, whichever character that might be, in the middle of the "word"...
Ruben P. Grady's user avatar
0 votes
1 answer
51 views

I'm creating search in app and highlighting part of text in TextView (with spannable). But text fields has fixed width/height and search match could be behind TextView border (not displayed to user). ...
SerjantArbuz's user avatar
  • 1,294

15 30 50 per page
1
2 3 4 5
941