首页 > 其他分享 >2.06

2.06

时间:2024-02-28 15:15:14浏览次数:14  
标签:2.06

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/main"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:gravity="center"
    tools:context=".MainActivity">

    <include layout="@layout/list_name" />
    <View

        android:layout_width="fill_parent"
        android:layout_marginTop="0dp"
        android:layout_height="1dp"
        android:layout_marginLeft="5dp"
        android:layout_marginRight="5dp"
        android:background="#aa000000" />

    <ListView
        android:id="@+id/list_view"
        android:layout_width="wrap_content"
        android:layout_height="650dp"
        />
    <View
        android:layout_width="fill_parent"
        android:layout_marginTop="10dp"
        android:layout_height="1dp"
        android:layout_marginLeft="5dp"
        android:layout_marginRight="5dp"
        android:background="#aa000000" />
    <include layout="@layout/total"/>

</LinearLayout>
 

标签:2.06
From: https://www.cnblogs.com/luoqingci/p/18040451

相关文章

  • 2024.02.06
    今天白天依然百股跌停的局面开头,上午拉升了指数和中盘股,但大盘股(前期不跌反涨的)开始有被抽水的迹象,小盘股还是那个鸟样。这种情况,我还是选择了不参与。宁错过不犯错,这是很重要的一课,之前挨打多了,下午行情飙升,这种情况下立刻参与了,虽然还是有些犹豫,但也很好了。今天的操作,我觉......
  • 00022.06 IO的概述
    系列文章目录文章目录​​系列文章目录​​​​一、IO是什么?​​​​二、IO的分类​​​​三、IO流有四大抽象的基类/超类/父类​​​​总结​​一、IO是什么?I:input,输入O:o......
  • 2.06学习
    HTML网页与表格<html>根标签<head>页面定义,引入资源<charset>字符集<title>网页标题<h>标题<p>段落<table>表格<tr>行<td>列<colspan>合并列<rowspan>合并行wi......
  • 12.06
    今日内容1.BOM操作2.DOM操作简介3.查找标签4.操作节点5.获取值操作6.class与css操作7.事件8.事件实战案例9.jQuery类库10.标签对象与jQuery对象1.BOM操作BOM(Br......
  • 《安富莱嵌入式周报》第243期:2021.12.06--2021.12.12
    ​​​​ 1、ZYNQ版高性能开源示波器,1Gsps采样率,100MHz带宽,捕获率22000wfm/s,树莓派做波形渲染这款开源示波器最大的特色就是波形渲染(余晖/荧光)效果做的很强,开始阶段作者......
  • 《安富莱嵌入式周报》第268期:2022.05.30--2022.06.05
    ​​​​ 上周更新了1期视频教程:DSP视频教程第8期:DSP库三角函数,C库三角函数和硬件三角函数的性能比较,以及与Matlab的精度比较(2022-06-04)视频版:​​https://www.bilibili.co......
  • 《安富莱嵌入式周报》第251期:2022.01.31--2022.02.06
    ​​​​  视频版:​​​https://www.bilibili.com/video/BV1h3411E7mk​​1、编写C编译器入门教程​​​https://briancallahan.net/blog/archive.html​​​这个比较爆......
  • 《安富莱嵌入式周报》第269期:2022.06.06--2022.06.12
    ​​​​ 本周更新一期视频教程:BSP视频教程第17期:单片机bootloader专题,启动,跳转配置和调试下载的各种用法(2022-06-10)​​https://www.armbbs.cn/forum.php?mod=viewthread&......