91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么在Android中使用LinearLayout設置邊框

發布時間:2021-03-30 16:27:04 來源:億速云 閱讀:969 作者:Leah 欄目:移動開發

本篇文章為大家展示了怎么在Android中使用LinearLayout設置邊框,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

1.定一個underline的xml文件,把它放到drawable下

underline.xml

<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
  <!-- 連框顏色值 -->
  <item>
    <shape>
      <solid android:color="#dddddd" />
    </shape>
  </item>
  <!-- 主體背景顏色值 -->
  <item android:bottom="1dp"> <!--設置只有底部有邊框-->
    <shape>
      <solid android:color="#ffffff" />
    </shape>
  </item>
</layer-list>

2.然后在LinearLayout中引用該布局。就會出現下邊框

  <LinearLayout
    android:orientation="horizontal"
    android:layout_width="match_parent"
    android:layout_marginRight="5dp"
    android:layout_marginLeft="5dp"
    android:paddingBottom="5dp"
    android:paddingTop="5dp"
    android:paddingRight="5dp"
    android:background="@drawable/linearlayout_underline"
    android:layout_height="wrap_content">

    <TextView
      android:text="余額:5611.19元"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:textColor="@color/red_font"
      android:textSize="18dp"
      android:id="@+id/member_balance"
      android:layout_weight="1"
      android:textAlignment="textEnd"/>
  </LinearLayout>

3.實現的效果圖如下:

怎么在Android中使用LinearLayout設置邊框

上述內容就是怎么在Android中使用LinearLayout設置邊框,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

鄱阳县| 上栗县| 城步| 阿拉善左旗| 崇义县| 娄底市| 扎囊县| 夹江县| 丹巴县| 石棉县| 普宁市| 涟源市| 沧州市| 雷州市| 诏安县| 格尔木市| 汉阴县| 余干县| 江孜县| 方正县| 兴宁市| 尚义县| 五莲县| 雅安市| 库车县| 桐梓县| 淳化县| 新闻| 海安县| 盘山县| 连云港市| 齐河县| 丰城市| 蛟河市| 额济纳旗| 迁安市| 五家渠市| 彰武县| 城固县| 马山县| 容城县|