Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

How do I make text in Button take up a bigger part of it?

I'm trying to make a custom keyboard for an android app so I'm trying to make the text on the buttons as readable as possible. I want the text to be big on the button, but setting the textSize ...
user26370805's user avatar
0 votes
0 answers
38 views

Unity TextMeshPro not showing up in an Android build

Whenever I make an Android build all of the TextMeshPro text doesn’t load at all, it works fine in the editor and on a PC build. I have already attempted a number of suggested issues like setting ...
TrashMachine's user avatar
2 votes
1 answer
43 views

how to move the label in text field in flutter?

hi i have a text field that is for content . so it should have bigger space. but my problem is the label - text i used in this text field . is in the center . and i don't like it at all . i want to ...
Hana.HD's user avatar
  • 91
1 vote
1 answer
43 views

Force Jetpack Compose to display 2 Text() Components one below other

Hi I have such piece of code: it draws movie card. The problem, which I have, is that only one of two Text components are printed. I tried many versions of modifications, but always there is only one ...
Michał Pawłowski's user avatar
0 votes
0 answers
38 views

Error deleting data from txt Android Studio/java

I I have an application that saves some data in a txt to be able to manage subscriptions to Firebase notifications. Simply when you subscribe to a topic, that topic is saved in a txt so you can later ...
Joan Casal's user avatar
0 votes
0 answers
28 views

Glance Text Rotation

Currently, I have a horizontal Widget; I would like to create a vertical one, which basically is the same one rotated 90 degrees. I'm checking the glance API, and I don't see any transformation method ...
Fabiel Casas's user avatar
1 vote
1 answer
28 views

How to change the color of text function in android app? (using android studio)

How does one change the text color, font and other attributes of the Text() function? or is there some completely different way I should be adding text? I started from the "empty activity" ...
markoatonc's user avatar
0 votes
1 answer
49 views

How to get all content from active window using AccessibilityService

How can i get all content from screen when i update window? is this possible? Means when i open and close any application, also home screen of device i want to get all text from active window. <?...
Gaurav Mandlik's user avatar
0 votes
1 answer
94 views

React native text is cutting when render

I'm making an app in react native, this work fine in the majority devices, but in Honor and some Samsungs devices the text is cutting suddenly. How i rendered my text? I attach an example how to make ...
Antonio Rodríguez's user avatar
-1 votes
1 answer
33 views

How to put Emojis with Text in Windows Flutter

class _CreatePromptScreen extends State<PromptScreen>{ @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('...
Siru malayil's user avatar
0 votes
1 answer
37 views

Text is not displaying on Container in Flutter

I am a beginner in flutter. I have tried many options, but the text is not showing on the container, container i am talking about is top container (Refer Img.) Hope i find the solution :) body: ...
Tahmeed Zamindar's user avatar
2 votes
1 answer
235 views

How to find how many words are in one single line of my mobile screen in android jetpack compose

I have a very long string and I was displaying it in Text. That is multiline text I want to find how many words are in one single line.
Hanif Shaikh's user avatar
  • 1,377
2 votes
0 answers
55 views

onAccessibilityEvent does not invoke on Android 9 Pie (API 28)

My application is intended to process selected text through Accessibility. On Android API versions < 28 it works as expected: user allows downloaded service in accessibility and then app is able to ...
d.matantsev's user avatar
3 votes
0 answers
238 views

Add ripple to ClickableText annotatedString in jetpack compose

I want to add ripple effect to custom styled annotatedString inside ClickableText. Here's the code: val annotatedText = buildAnnotatedString { append("SomeText ") ...
Martynas B's user avatar
  • 3,043
1 vote
1 answer
2k views

Is it possible to send a hyperlink through WhatsApp?

I am developing an application that sends a message and a link through WhatsApp. To make the appearance more aesthetic, the people behind the application want to send a link within the text in the ...
Mohammed ali Samhouri's user avatar

15 30 50 per page
1
2 3 4 5
117