短视频商城系统,Android商城开发,实现商城底部导航栏

短视频商城系统,Android商城开发,实现商城底部导航栏

1
<?xml version="1.0" encoding="utf-8"?><br><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"<br>    xmlns:app="http://schemas.android.com/apk/res-auto"<br>    xmlns:tools="http://schemas.android.com/tools"<br>    android:layout_width="match_parent"<br>    android:layout_height="match_parent"<br>    android:orientation="vertical"<br>    android:background="#fff"<br>    tools:context=".ShoppingActivity"><br>    <FrameLayout<br>        android:layout_width="match_parent"<br>        android:layout_height="0dp"<br>        android:layout_weight="1" /><br>    <RadioGroup<br>        android:id="@+id/rg_main"<br>        android:layout_width="match_parent"<br>        android:layout_height="wrap_content"<br>        android:layout_alignParentBottom="true"<br>        android:background="#FBFBFA"<br>        android:orientation="horizontal"><br>        <RadioButton<br>            android:id="@+id/rb_home"<br>            android:drawableTop="@drawable/home_button_selector"<br>            style="@style/MainButtonStyle"<br>            android:text="首页"/><br>        <RadioButton<br>            android:id="@+id/rb_type"<br>            android:drawableTop="@drawable/type_button_selector"<br>            style="@style/MainButtonStyle"<br>            android:text="分类"/><br>        <RadioButton<br>            android:id="@+id/rb_community"<br>            android:drawableTop="@drawable/community_button_selector"<br>            style="@style/MainButtonStyle"<br>            android:text="发现"/><br>        <RadioButton<br>            android:id="@+id/rb_cart"<br>            android:drawableTop="@drawable/cart_button_selector"<br>            style="@style/MainButtonStyle"<br>            android:text="购物车"/><br>        <RadioButton<br>            android:id="@+id/rb_user"<br>            android:drawableTop="@drawable/user_button_selector"<br>            style="@style/MainButtonStyle"<br>            android:text="个人中心"/><br>    </RadioGroup><br> <br></LinearLayout>

​以上就是 短视频商城系统,Android商城开发,实现商城底部导航栏,更多内容欢迎关注之后的文章

 

posted @   云豹科技-苏凌霄  阅读(30)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 25岁的心里话
· 按钮权限的设计及实现
历史上的今天:
2021-07-19 直播短视频系统,iOS 单个验证码输入框
2021-07-19 短视频平台源码,iOS 仿微信语音输入动画
2021-07-19 短视频软件开发,比例缩放图片不变形
点击右上角即可分享
微信分享提示