国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > Android > 正文

android繪制多個黑豎線條

2019-10-22 18:11:11
字體:
供稿:網(wǎng)友

本文實(shí)例為大家分享了android繪制多個黑豎線條展示的具體代碼,供大家參考,具體內(nèi)容如下

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

2.在寫一個類繼承LinearLayout,用LayoutInflater實(shí)現(xiàn)子布局的在這個LinearLayout類中顯示。

3.直接在需要使用的xml文件中調(diào)用我們寫的這個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> 

運(yùn)行效果:

android,線條

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持VEVB武林網(wǎng)。


注:相關(guān)教程知識閱讀請移步到Android開發(fā)頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 鱼台县| 崇阳县| 武强县| 淮滨县| 芮城县| 九江市| 思茅市| 沁源县| 鄂伦春自治旗| 石林| 淳安县| 南京市| 平泉县| 晋城| 江津市| 大冶市| 安吉县| 东平县| 高雄县| 丰原市| 平安县| 孟连| 营山县| 雷州市| 洪泽县| 蒲江县| 普兰店市| 邯郸县| 江永县| 天津市| 黑河市| 德安县| 凤凰县| 外汇| 望奎县| 新巴尔虎右旗| 濮阳市| 大方县| 修文县| 临朐县| 东乡族自治县|