首页 > 其他分享 >每日总结-23.3.10

每日总结-23.3.10

时间:2023-03-10 20:24:38浏览次数:35  
标签:总结 10 style layout item 23.3 tab android id

<?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="48dp"
android:paddingTop="5dp">
<LinearLayout
android:id="@+id/tab_item_home"
style="@style/tab_item_linear_layout">
<ImageButton
android:id="@+id/tab_item_home_btn"
style="@style/tab_item_image_button"
android:src="@mipmap/blue"></ImageButton>
</LinearLayout>

<LinearLayout
android:id="@+id/tab_item_category"
style="@style/tab_item_linear_layout">
<ImageButton
android:id="@+id/tab_item_category_btn"
style="@style/tab_item_image_button"
android:src="@mipmap/blue"></ImageButton>
</LinearLayout>

<LinearLayout
android:id="@+id/tab_item_cart"
style="@style/tab_item_linear_layout">
<ImageButton
android:id="@+id/tab_item_cart_btn"
style="@style/tab_item_image_button"
android:src="@mipmap/blue"></ImageButton>
</LinearLayout>

<LinearLayout
android:id="@+id/tab_item_personal"
style="@style/tab_item_linear_layout">
<ImageButton
android:id="@+id/tab_item_personal_btn"
style="@style/tab_item_image_button"
android:src="@mipmap/blue"></ImageButton>
</LinearLayout>
</LinearLayout>

标签:总结,10,style,layout,item,23.3,tab,android,id
From: https://www.cnblogs.com/laobing6214/p/17204564.html

相关文章

  • 10.优化登陆达到维持登陆和免密登陆功能
    在utils目录下增加了memoryUtils.js和storageUtils.js文件需要安装store.js —>npm installstore【版本:2.0.12】 查看local存储信息,打开开发者工具memor......
  • 每日总结 3.10
    今天学习了按键的操作。首先是按键的点击事件:packagecom.example.dongnao;importandroidx.appcompat.app.AppCompatActivity;importandroid.annotation.Suppress......
  • 每日学习总结_20230310
    今天学习了Android开发的基础知识,包括活动(Activity)、布局(Layout)、视图(View)等概念。还学习了如何创建一个简单的界面,使用XML进行布局,以及如何在Java代码中处理用户输入。明......
  • mysql锁总结
    概述:锁是在并发访问时,解决数据的有效性、一致性问题,有全局锁、表级锁、行级锁,锁粒度越小越好。全局锁:是对整个数据库实例加锁,一旦对整个数据库实例加了锁,那么就意味着这个......
  • 每日总结2023/3/10
    今天学习了AS中的复选框按钮效果如下  tv_text=findViewById(R.id.tv_text);bt_fa=findViewById(R.id.bt_fa);cb_sing=findViewById(R.id......
  • 【2023-03-10】心虚指引
    18:00人表达的爱越多,别人就越爱他,别人越爱他,他也更容易爱别人。爱就是以此方式变成永恒。                        ......
  • 2023.3.10
    这几天讲的倍增捏(一开始以优化dp为主,现在几乎纯倍增,6)。然后发现我不会快速幂。LuoguP1226.【模板】快速幂||取余运算 传送门我们知道任意整数可以表示成若干个2的......
  • 10分钟快速掌握分布式版本控制系统GIT命令集【形成知识体系篇】
    任务要求要求全部使用git命令实现1、创建本地仓库,项目名称为hniu_site2、在仓库下创建多级(目录)文件夹cn/hniu/班级名称(例如软件2108,cn/hniu/rj2108)3、在班级名称下新......
  • python 基础230310
    变量的命名规则:字母数字下划线/不能以数字开头/不能使用关键字/不能使用中文,要肯有描述性,不能过长驼峰体:AgeOfOld下划线:age_of_old_boy变量指向:变量在......
  • 利民发布 HR-10 2280 M.2 SSD 散热器,搭载双 AGHP 逆重力热管
    3月10日消息,利民现已发布新款HR-102280M.2SSD散热器,售价79元。据官方介绍,Thermalright利民HR-102280散热器采用了高质感电镀回流焊技术,采用大面积散热片,内......