The following is the code for login button:
<button type="submit" data-theme="a" id="loginButton">Login</button>
Now, i have to increase the Login button size and display at the center of the Page. Please share if any ideas.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using ecplise, then you can use the
Layout weightunder the Property section of the buttonOr a quicker way would be to set
EDIT: Sorry, I thought you desired to increase the size of button. For centering it , use
RelativeLayoutThe attribute
android:layout_centerInParent="true"will center it with respect to the screen