Posts by ldfranco • 163 points
5 posts
-
3
votes1
answer334
viewsQ: How to hide the vertical line shown in the Android Studio editor
In the code editor of Android Studio 3.0 is displayed a vertical line at position 88, both for files .java how much for files .xml. The image below shows exactly what I just described: How do I hide…
android-studioasked ldfranco 163 -
10
votes2
answers4139
viewsA: How to set placeholder in Edittext?
I figured out the solution! In Android Studio, the component Edittext does not own the property placeholder, but there is the property android hint:. And with that I also discovered the property…
-
3
votes2
answers4139
viewsQ: How to set placeholder in Edittext?
I created a small app for Android containing only one Activity. In it I put two components Edittext. I wish to define placeholders in them, as in HTML5 inputs, but find no solution.…
-
0
votes1
answer48
viewsA: Mainwindow changes size by itself when running the application
I managed to solve my problem with the help of some comrades from Stackoverflow in English. Here’s what I learned! I withdrew Width and Height of the element Window and added…
-
0
votes1
answer48
viewsQ: Mainwindow changes size by itself when running the application
Greetings! I created a small XAML window in a WPF project where in Design view is perfect, but when I run the application in Debug mode the window changes in size on its own. What to do so that the…