最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

android繪制多個(gè)黑豎線條

 更新時(shí)間:2018年05月16日 08:36:39   作者:qq_37217804  
這篇文章主要為大家詳細(xì)介紹了android繪制多個(gè)黑豎線條,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

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

1.寫(xiě)一個(gè)LinearLayout的布局,將寬度寫(xiě)成5dp將高度寫(xiě)成match_parent.

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

3.直接在需要使用的xml文件中調(diào)用我們寫(xiě)的這個(gè)class,注意路徑要寫(xiě)全。

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)行效果:

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論

色达县| 嵊州市| 敖汉旗| 嫩江县| 民权县| 永登县| 叙永县| 北辰区| 灵丘县| 桃园县| 蓬安县| 鄂托克旗| 乳山市| 台北县| 英德市| 柘荣县| 保德县| 南昌市| 南安市| 阿克| 仪征市| 渭南市| 芦溪县| 麦盖提县| 凤翔县| 贵溪市| 蓝田县| 沁水县| 罗甸县| 新源县| 巴楚县| 宜城市| 祁东县| 交口县| 凤凰县| 准格尔旗| 湘潭市| 荣成市| 乐清市| 祁门县| 杂多县|