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

首頁 > 系統 > Android > 正文

android繪制多個黑豎線條

2019-12-12 00:53:48
字體:
來源:轉載
供稿:網友

本文實例為大家分享了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> 

運行效果:

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持武林網。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 吉安县| 吉安市| 城步| 德保县| 米泉市| 石台县| 甘南县| 岑溪市| 南召县| 临武县| 巴里| 平乐县| 望都县| 珲春市| 怀宁县| 津市市| 英山县| 祁阳县| 晋宁县| 甘泉县| 沂源县| 兖州市| 内黄县| 东明县| 临江市| 西充县| 张家川| 栾川县| 南丰县| 资源县| 周宁县| 农安县| 缙云县| 舒城县| 北安市| 石首市| 宁河县| 当涂县| 巴东县| 武威市| 辉南县|