I want to code the below line programmatically in android.
Please any one help me to solve it out.i have search it but could not able to get exact solution.
Thanx in Advance.
android:layout_marginRight="30dp"
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.
Note: Above code is valid if you are using LinearLayout, if you are using RelativeLayout or FrameLayout then use accordingly. For this addition note, credit goes to biovamp.