码迷,mamicode.com
首页 >  
搜索关键字:titlebar    ( 67个结果
Android开发之一些资源索引
1.android标题栏(titlebar)显示进度条1 protected void onCreate(Bundle savedInstanceState) {2 super.onCreate(savedInstanceState);3 requestWindowFeature(W...
分类:移动开发   时间:2015-07-02 13:56:18    阅读次数:251
Android 自定义View 实例
Android 相关自定义View基本知识可以参考 [Android View 自定义属性][1], 本篇博客博主将和大家一起实践Android自定义View,我们知道,在应用中最常见的就是TitleBar,他们形式上保持一致,一般均是左边回退按钮,中间说明文本,右边功能按钮。所以很适合抽取作为自定义View模板,废话少说,直接上干货。自定义View-attrs<?xml version="1.0"...
分类:移动开发   时间:2015-06-28 17:10:34    阅读次数:235
安卓开发3-自定义安卓组件titlebar
1,titlebar button + textview实现 在layout文件夹内创建titlebar.xml文件 创建一个水平linearlayout ,将button与text放进去,根绝上一节的 自适应特性 设置 layout-width 与layout-height 值...
分类:移动开发   时间:2015-06-25 19:04:24    阅读次数:259
安卓开发2-质量管理app-UI设计与实现
introduction:就是为了实现这坨:好戏开始了: 上面一个titlebar,上面一个button,监听button onclick事件,发生时 跳到初始页面对应的那个activity。我靠,写webapp写惯了,安卓组件没有这些,怎么办?! 没招,简单的线性布局没法实现 何...
分类:移动开发   时间:2015-06-24 16:11:47    阅读次数:156
自定义控件之--组合控件(titlebar)
自定义控件相关知识从郭霖等大神身上学习,这里只不过加上自己的理解和实践,绝非抄袭。组合控件是自定义控件中最简单的方式,但是是入门自定义控件和进阶的过程:那么常见的组合控件有那些?比如titlebar和视图中常见的可重用界面布局的可用都可以通过组合控件的方式来进行自定义,并通过向其他类暴露方法和回调来...
分类:其他好文   时间:2015-06-16 14:39:25    阅读次数:97
去除titleBar
新手学习之作,本文章参考http://android.blog.51cto.com/268543/636134本文解决activity全屏显示问题去掉屏幕上的titlebar有3个方法:1.Java代码实现@Override publicvoidonCreate(BundlesavedInstanceState){ super.onCreate(savedInstanceState); requestWindowFeature(Win..
分类:其他好文   时间:2015-05-25 20:33:34    阅读次数:190
Closing a window
The obvious way to how to close a window is to click on the x mark on the titlebar. In the next example, we will show how we can programatically close...
分类:Windows程序   时间:2015-04-17 17:53:06    阅读次数:182
Message Box
By default, if we click on the x button on the titlebar, theQtGui.QWidgetis closed. Sometimes we want to modify this default behaviour. For example, i...
分类:其他好文   时间:2015-04-17 17:45:54    阅读次数:134
An application icon
The application icon is a small image which is usually displayed in the top left corner of the titlebar. In the following example we will show how we ...
分类:移动开发   时间:2015-04-17 13:38:27    阅读次数:157
02.[WPF]如何固定窗口的大小
在WPF开发过程中碰到一个需求,要求保证窗口大小不变,即便是双击 titlebar 也不能改变窗口大小和位置。要实现这样的效果,需要执行如下步骤:1,分别设置窗口的 Width/MaxWidth/MinWidth, Height/MaxHeight/MinHeight的为相同的值,设置窗口的 Res...
分类:Windows程序   时间:2015-01-09 23:46:03    阅读次数:320
67条   上一页 1 ... 3 4 5 6 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!