码迷,mamicode.com
首页 >  
搜索关键字:material theme    ( 3272个结果
Android Material Design带来的UI变革
谷歌Matias Duarte称,“Material Design是美丽和大胆的,因为干净的排版和布局简单且容易理解。内容才是焦点。 谷歌I/O 014开发者大会上宣布全新的设计语言“Material Design”,适用于旗下所有平台,包括 Android、Chrome OS 和网页。      谷歌Matias Duarte称,“Material Design是...
分类:移动开发   时间:2014-07-28 00:03:10    阅读次数:282
如何自定义对话框
自定义对话框其实就是一个activity,为activity设置相应样式,让其显示为对话框模样。下面是一个简单的demo:然后在android清单文件中为activity设置android:theme="@style/MyDialogStyle"就可以了。其中androidwindows属性介绍如下...
分类:其他好文   时间:2014-07-24 22:36:43    阅读次数:190
重新想象 Windows 8.1 Store Apps (86) - 系统 UI 的新特性: Theme, 窗口宽度大小可变, ApplicationView, DisplayInformation
重新想象 Windows 8.1 Store Apps 之系统 UI 的新特性: Theme - 主题(共有两种主题:Light 和 Dark,默认是 Dark), 窗口宽度可调, ApplicationView, DisplayInformation
分类:移动开发   时间:2014-07-24 10:09:33    阅读次数:506
Android的弹出登陆框的实现
最近在做一个项目,要用到登陆框,几经波折,最后用的是直接将Activity的Theme属性设置成Dialog,然后达到了我想要的效果。下面是我的实现经历:1.首先,我是直接使用AlertDialog来实现,确定是,形状有点难看,而且获得Dialog里面的控件略显麻烦(因为我要做的登陆框有一定的布局)...
分类:移动开发   时间:2014-07-23 22:30:17    阅读次数:275
Android实现全屏显示的方法
我们都知道在Android中某些功能的实现往往有两种方法:一种是在xml文件中设置相应属性,另一种是用代码实现。同样Android实现全屏显示也可以通过这两种方法实现:1、在AndroidManifest.xml的配置文件里面的标签添加属性:android:theme="@android:style...
分类:移动开发   时间:2014-07-23 20:33:55    阅读次数:216
Color, Material, Lighting
【Color, Material, Lighting】 The material and lighting parameters are used to control the built-in vertex lighting. Vertex lighting is the standard Di....
分类:其他好文   时间:2014-07-23 12:25:29    阅读次数:228
To help the workers do their job easily
Scissor Lift tables are not just required for lifting the objects but also for the proper positioning of the material while working to prevent work re...
分类:其他好文   时间:2014-07-22 00:16:33    阅读次数:269
Notepad++ sublime text theme for C/C++
转自:https://coderwall.com/p/36x7uw 嗯,我决定还是把 整个文件贴出来,方便: 导入方法: 找到notepad++的目录,进入到themes里面。 建立一个:Waher-style.xml 然后把下面的内容copy进去。保存重启notepad++...
分类:编程语言   时间:2014-07-21 23:28:10    阅读次数:542
Android中的style相关属性
android中的style属性值 Android平台定义的主题样式: android:theme="@android:style/Theme.Dialog" // 将一个Activity显示为对话框模式 android:theme="@android:style/Theme.NoTitleBar" // 不显示应用程序标题栏 android:theme="@android:sty...
分类:移动开发   时间:2014-07-19 23:14:09    阅读次数:400
myeclipse egit 安装失败 org.eclipse.e4.ui.css.swt.theme 0.0.0
【前言】 阅读这篇文章之前先保证你会正常安装myeclipse egit, 详见这篇文章: 其实安装很简单,无非三种: 1.直接拷贝egit文件夹到dropins文件夹下 2.通过eclipse marketplace安装 3.通过myeclipseconfiguration center安装 但是。。 【安装失败】 之前使用以上三种方法都很顺利的完成, 最简单的是方法一...
分类:Web程序   时间:2014-07-19 08:22:31    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!