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

溫馨提示×

溫馨提示×

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

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

怎么在android中繪制多個黑豎線條

發布時間:2021-03-10 16:38:33 來源:億速云 閱讀:169 作者:Leah 欄目:移動開發

本篇文章給大家分享的是有關怎么在android中繪制多個黑豎線條,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。

1.寫一個LinearLayout的布局,將寬度寫成5dp將高度寫成match_parent.

2.在寫一個類繼承LinearLayout,用LayoutInflater實現子布局的在這個LinearLayout類中顯示。

3.直接在需要使用的xml文件中調用我們寫的這個class,注意路徑要寫全。

1.xml代碼

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
 android:layout_width="5dp" 
 android:layout_height="match_parent" 
 android:background="#000000" 
 > 
 
</LinearLayout>

2.java代碼

package com.example.lenovo.myfragmentdemo3; 
 
import android.content.Context; 
import android.support.annotation.Nullable; 
import android.util.AttributeSet; 
import android.view.LayoutInflater; 
import android.widget.LinearLayout; 
 
import com.example.lenovo.myfragmentdemo3.R; 
 
/** 
 * Created by lenovo on 2018/5/7. 
 */ 
 
public class Linedemo extends LinearLayout { 
 public Linedemo(Context context, @Nullable AttributeSet attrs) { 
 super(context, attrs); 
 LayoutInflater.from(context).inflate(R.layout.line,this); 
 } 
}

3.布局代碼

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
 android:orientation="horizontal" 
 android:layout_width="match_parent" 
 android:layout_height="match_parent" 
 android:padding="10dp" 
 > 
 <com.example.lenovo.myfragmentdemo3.Linedemo 
 android:layout_width="20dp" 
 android:layout_height="match_parent" 
 android:layout_marginRight="100dp"/> 
 <com.example.lenovo.myfragmentdemo3.Linedemo 
 android:layout_width="20dp" 
 android:layout_height="match_parent" 
 android:layout_marginRight="100dp"/> 
 <com.example.lenovo.myfragmentdemo3.Linedemo 
 android:layout_width="20dp" 
 android:layout_height="match_parent" 
 android:layout_marginRight="100dp"/> 
 <com.example.lenovo.myfragmentdemo3.Linedemo 
 android:layout_width="20dp" 
 android:layout_height="match_parent" 
 android:layout_marginRight="100dp"/> 
 
</LinearLayout>

以上就是怎么在android中繪制多個黑豎線條,小編相信有部分知識點可能是我們日常工作會見到或用到的。希望你能通過這篇文章學到更多知識。更多詳情敬請關注億速云行業資訊頻道。

向AI問一下細節

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

AI

固安县| 高密市| 永善县| 滦平县| 同江市| 新邵县| 惠来县| 大理市| 神农架林区| 桐梓县| 兰考县| 平遥县| 南溪县| 泰顺县| 拉萨市| 仙居县| 泸水县| 嘉峪关市| 忻城县| 江华| 丽水市| 孟津县| 上思县| 澜沧| 迁西县| 邵阳市| 宜州市| 中卫市| 泰州市| 郎溪县| 长宁区| 神池县| 镶黄旗| 浑源县| 米林县| 蕉岭县| 桃江县| 翁牛特旗| 鞍山市| 凤翔县| 福泉市|