For example, the value of Android:layout_marginbottom is negative

Source: Internet
Author: User

Why is it that sometimes variables such as android:layout_marginbottom are assigned negative values?

For example, the following code:

<?xml version="1.0"encoding="UTF-8"? ><linearlayout
android:orientation="Vertical"
Android:id="@id/widget_2x4_frame"
Android:layout_width="fill_parent"
android:layout_height="228.0dip"
android:layout_margintop="10.0dip"xmlns:android="http://schemas.android.com/apk/res/android"> <imageview
Android:layout_width="fill_parent"
android:layout_height="46.0dip"
Android:layout_marginbottom="-1.0dip"
Android:src="@drawable/widget_header"/> <include layout="@layout/widget_top"/> <include layout="@layout/widget_bottom"/></linearlayout>

Answer: MarginBottom positive value increases the distance from the space below, and negative values reduce the distance.

For example, your device resolution is 480x800, inside put a textview margintop is -50dip, then your textview will show the limited display range of the top 50dip location, on your device you can not see. View puts it in a stack sequence.

For example, the value of Android:layout_marginbottom is negative

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.