Android use shape to set the border to LinearLayout, how to keep only the bottom or top of the border, the other three direction of the border is removed?

Source: Internet
Author: User


==================== Problem Description ====================
Here is my test code, the final effect LinearLayout has a gray border, how to keep the bottom or top of the border, the other three-direction border removed?
Boder.xml
<?xml version= "1.0" encoding= "Utf-8"? ><shape xmlns:android= "Http://schemas.android.com/apk/res/android" > <stroke android:width= "0.01DP" android:color= "#C6C7CE"/> <padding android: Bottom= "5DP" android:top= "5DP" android:left= "5DP" android:right= "5DP"/></shape>


Text.xml
<?xml version= "1.0"  encoding= "Utf-8"? ><linearlayout xmlns:android= "http// Schemas.android.com/apk/res/android "     android:orientation=" vertical "      android:layout_width= "Fill_parent"      android:layout_height= "Fill_ Parent " >    <linearlayout android:layout_width=" Fill_parent " android : layout_height= "wrap_content"         android:orientation= "vertical"  android:gravity= "center"         android:background= "@drawable/ Boder " >                 <textview android:layout_width= "Fill_parent"  android:layout_height= "Wrap_content"              android:text= "@string/log_name"/>        &nbSp;        </linearlayout> </linearlayout> 

==================== Solution 1====================
<padding
Android:bottom= "5DP"
android:top= "5DP"
android:left= "5DP"
android:right= "5DP"/>
It's about 0.
==================== Solution 2====================
Can be attached, so it will be better to analyze points

Android use shape to set the border to LinearLayout, how to keep only the bottom or top of the border, the other three direction of the border is removed?

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.