时间:2021-05-20
本文实例为大家分享了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>运行效果:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
朋友的电脑出现了故障,开机自检阶段字符显示混乱,但能通过自检。进入Win98后,屏幕严重花屏,出现规则排列的粗竖线条。调高色位及分辨率,线条变细。打开写字板
在C#winform应用程序中,可以用GDI绘制出线条或图形。1、在主窗体上绘制线条或图形复制代码代码如下:using(Graphicsg=this.Creat
用word2010绘制表格后,有时可能需要修改个别线条样式。这里介绍如何用word中的表格绘制画笔修改线条样式,以供参考。软件名称:MicrosoftOffic
用word2010绘制表格后,有时可能需要修改个别线条样式。这里介绍如何用word中的表格绘制画笔修改线条样式,以供参考。软件名称:MicrosoftOffic
Spire.Cloud.SDKforJava提供了pdfPathApi接口可用于在PDF文档中绘制形状(或图形),如绘制线条形状drawLine()、绘制矩形形