python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android. Style for DialogFragment not working
I have project with two modules: app and design_utils. Inside my app module I use DialogFragment. I need to set style for my DialogFragment views from design_utils module. In turn, the design_utils mo...
testivanivan
Votes: 0
Answers: 0
How to set the font of TextInputEditText in theme.xml?
I want to apply the font to multiple TextInputEditTexts in common using style.
However, there is TextInputLayout in parent, but TextInputEditText cannot be found.
(Even if the font is applied to TextI...
ybybyb
Votes: 0
Answers: 1
How do I access the default android style from code?
I'm trying to write my own version of android.widget.SeekBar by modifying the android source code: I can't use a derived class because I want to override some behaviour using private member variables ...
Richard Parkins
Votes: 0
Answers: 1