Hi every one,
Hope you all are doing good.
i am having query to place button in my main view. This is the code but it
creates button on upper part in center but i want to shift it bit down
wards. Any body knows how can i place button in main view where i want ?
<Button android:text="@+id/Button01"
    android:id="@+id/Button01"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginBottom="20dip"
    android:layout_gravity="center_horizontal"
    android:padding="10dip"
    android:background="#AA000000"
    android:textColor="#ffffffff"
    />

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to