1.1 在res/drawable下新建box.xml
<?xml version="1.0" encoding="utf-8"?>
xmlns:android
="">
>
>
android:color
="#dddddd"
/>
shape
>
item
>
android:bottom
="1dp"
>
>
android:color
="#ffffff"
/>
shape
>
item
>
layer-list
>
1.2 在background屬性中引用上述檔案
例如:
android:id
="@+id/mine_my_order"
android:layout_width
="match_parent"
android:layout_height
="wrap_content"
android:background
="@drawable/index_activity"
>
linearlayout
>
例如:
android:id
="@+id/mine_my_order"
android:layout_width
="match_parent"
android:layout_height
="wrap_content"
android:elevation
="2dp"
>
linearlayout
>
elevation:為高度的意思,相當於設定z軸的高度,當然對android版本有一定要求
方法1和方法2可以結合起來使用
android 用 XML 繪製底部邊框
android 用 xml 繪製底部邊框 由於專案的乙個頁面要展現很多的資訊,editview的邊框都展現出來的話,就顯得頁面非常的擁擠凌亂。所以就希望只顯示邊框底部,其餘的三條邊都不要顯示。在網上查了很多的資料,想要用shape的line來畫線。然,對line的介紹都很少,基本都是一筆帶過。但是用...
CSS 底部邊框 border bottom
border bottom 簡寫屬性把下邊框的所有屬性 border bottom color,border bottom style與border bottom width設定到了乙個宣告中。這些屬性描述了元素的下邊框樣式。border bottom 1px border bottom 2px d...
CSS之可收縮的底部邊框
用來定義文件中的分割槽或節,用來組合文件中的行內元素。我們可以通過和將html元素組合起來。下面我們來實現乙個可收縮的底部邊框。原始碼 我們先看一下最終要實現的效果。要實現這樣乙個效果,首先我們可以模組化,裡面包含5個,而每乙個裡面包含乙個。為了更容易看出效果,我們先實現乙個簡單地組合,然後用顏色對...