So, I'm here again, asking for help, I tried everything, I even used overflow:hidden , but it got much worse, so I need help, I have
The code for the div:
width: 100%;
display: block;
background: #FFF;
padding: 2em 3e...
In case this code makes a floating window with a button to end the activity, then how do I now inflate a layout, or another way to build a layout inside the service.
public class FloatingWindow extends Service {
WindowManager wm;
Line...
Well, my teacher asked to "clone" the facebook site as an exercise to apply what was learned with html and css during class. However, I can not leave the two labels "password" and "email" on top of the two corresponding input text, using margin...