Posts by Rui Alves • 1 point
4 posts
-
-1
votes1
answer27
viewsA: Icons larger than the text box
Maybe it would be better to ImageView and EditText within a LinearLayout horizontal-oriented
-
0
votes2
answers85
viewsA: Checkbox alignment in select optgroup
removes the label .multiselect-container>li>a{ padding: 4px 50px 3px 20px; }
-
0
votes2
answers128
viewsQ: While an existing Transition or Presentation is occurring; the navigation stack will not be updated
Boas, I am trying to implement an Indicator loading in my application with a small message, so that the user can see that information is being processed (in this case fetching the API through…
-
0
votes3
answers202
viewsQ: Change entire application font without changing the size (Swift)
Boas, I wanted to find a way to change the entire app font (Swift) into a few lines of code. Right now I have extension UILabel { var substituteFontName : String { get { return self.font.fontName }…