码迷,mamicode.com
首页 >  
搜索关键字:material theme    ( 3272个结果
Android 开发BottomNavigationView学习
前言 注意这个里介绍的是AndroidX的com.google.android.material.bottomnavigation.BottomNavigationView xml布局中 app:labelVisibilityMode="labeled" 标签显示模式,其实就是改变点选后的整体动画, ...
分类:移动开发   时间:2019-06-15 13:22:17    阅读次数:1877
bzoj3940 censoring 题解(AC自动机)
题目描述 Farmer John has purchased a subscription to Good Hooveskeeping magazine for his cows, so they have plenty of material to read while waiting aroun ...
分类:其他好文   时间:2019-06-14 22:08:57    阅读次数:106
03-Flutter移动电商实战-底部导航栏制作
1、cupertino_IOS风格介绍 在Flutter里是有两种内置风格的: material风格: Material Design 是由 Google 推出的全新设计语言,这种设计语言是为手机、平板电脑、台式机和其他平台提供一致,更广泛的外观和感觉。我喜欢称它为纸墨设计。Material Des ...
分类:移动开发   时间:2019-06-14 21:43:44    阅读次数:329
custom drawer
import 'package:flutter/material.dart'; main() => runApp(MaterialApp( home: HomePage(), )); class HomePage extends StatefulWidget { @override State cr... ...
分类:其他好文   时间:2019-06-14 14:51:57    阅读次数:95
Android Application的基本组件介绍
一个Android应用通常由一个或多个基本组件组成,常用的一般有Activity、Service、BroadcastReceiver、ContentProvider等等。 ⒈Activity和View Activity时Android中负责与用户进行交互的组件。Activity只能通过setCont ...
分类:移动开发   时间:2019-06-11 16:20:52    阅读次数:157
circus docker image web 运行异常问题的解决
经过查看官方文档,因为我使用的是python 较高版本,存在兼容问题,解决方法 修改基础镜像版本 代码如下: FROM python:2.7-slim-stretch LABEL AUTHOR="dalongrong" LABEL EMAIL="1141591465@qq.com" RUN apt- ...
分类:Web程序   时间:2019-06-10 10:43:02    阅读次数:148
Angular 8 - 更小的包
Angular 8 - 更小的包 Angular 8 发布 原文地址:https://blog.angular.io/version-8-of-angular-smaller-bundles-cli-apis-and-alignment-with-the-ecosystem-af0261112a27 ...
分类:其他好文   时间:2019-06-09 23:45:50    阅读次数:142
Linux常用命令及技巧
一. 通用命令: date :print or set the system date and time 2. stty -a: 可以查看或者打印控制字符(Ctrl-C, Ctrl-D, Ctrl-Z等) 3. passwd: print or set the system date and tim ...
分类:系统相关   时间:2019-06-09 15:48:52    阅读次数:127
container boxdecoration
import 'package:flutter/material.dart';void main() => runApp(MyApp());class MyApp extends StatelessWidget { @override Widget build(BuildContext contex ...
分类:其他好文   时间:2019-06-06 22:40:07    阅读次数:160
eclipse更新皮肤无法使用Ecclipse Marketplace时解决方案
1、点击“Help”菜单,出现下图:2、点击“InstallNewSoftware…”,出现下图:3、点击“Add…”按钮,在Name文本框输入“eclipse-color-theme”;在Location文本框输入“http://eclipse-color-theme.github.com/update”
分类:系统相关   时间:2019-06-05 12:45:42    阅读次数:118
3272条   上一页 1 ... 49 50 51 52 53 ... 328 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!