textstyle Questions

1

I want to change the text style (fontSize , color , fontWeight , ...) of a selected text in a TextFiled() composable , with a button in android jetpack compose. (The main problem is, when i change ...

2

Solved

In my home page in build widget before return statement I use below code. If I create an another widget in my home page I have to copy below code before each return statement. If you create another...
Irrationality asked 11/2, 2021 at 7:47

2

Solved

I have a CupertinoApp and I would like to apply a custom TextStyle to all the screen/object of my app. For example I would lie to set a font family to all Text widget & Dialog widget and use th...
Mediocre asked 7/10, 2019 at 14:49

1

Solved

Looking at Flutter's source code I can see that this can only be inferred using theme.inputDecorationTheme.hintStyle, is there any way to simply pass it to the constructor? EDIT: currently there's...
Unilingual asked 13/4, 2020 at 18:21

1

Solved

I am using a collapsible toolbar in a project and I am trying to set the textStyle of the expanded collapsing toolbar title to bold. For some reason I can change pretty much anything using a cust...
Mishandle asked 11/7, 2018 at 6:40

0

I am trying to change TextInputLayout hint text style to bold. I changed color and other styles of hint in styles with use of TextAppearance : <style name="MyTextInputLayoutTheme" par...
Platonism asked 24/10, 2016 at 12:40

1

Solved

I am creating a complex text view, meaning different text styles in the same view. some of the text needs to have a small image just above it. but the text should still be there (not just replaced)...
Idio asked 19/12, 2015 at 6:20

2

Solved

I know how to stroke text using custom views(EditText or TextView) but I couldn't able to achieve something beautiful like this one, which is done using Photoshop. And yes, it has outer shadow too....
1

© 2022 - 2024 — McMap. All rights reserved.