E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
getAttributes
刘海屏隐藏状态栏,导航栏,沉浸式适配。
publicvoidopenFullScreenModel(){requestWindowFeature(Window.FEATURE_NO_TITLE);WindowManager.LayoutParamslp=getWindow().
getAttributes
CLBAdai
·
2019-07-01 19:45
第十二天-地图-XML解析
定义:解析为了获得对象,集合常用方法:1、NodeList:getElementsByTagName(节点名称):根据根节点名称获得列表2、getChildNodes();获得当前节点的所有的子节点3、
getAttributes
放鹤.
·
2019-06-20 21:19
安卓-智能硬件与多媒体研发
SpringBoot(五)@EnableAutoConfiguration注解的工作原理
目录Demo源码解析1、isEnabled()方法:2、loadMetadata()方法:3、getAutoConfigurationEntry()方法3.1、
getAttributes
()方法3.2、
天黑黑~
·
2019-03-22 13:09
springboot
SpringBoot学习记录
Android实现全部状态栏透明或者隐藏
记个笔记吧需要的直接拿走绝对没问题哦//全屏并且隐藏状态栏privatevoidhideStatusBar(){WindowManager.LayoutParamsattrs=getWindow().
getAttributes
山上的神仙
·
2019-03-09 12:14
Android7.0开发应用遇到的问题(电视盒子)
但可也有几点需要注意一下的1.比如:Activityactivity=(Activity)getContext();WindowManager.LayoutParamslp=activity.getWindow().
getAttributes
泡温泉的咸鱼
·
2019-02-26 17:47
Android
Android7.0开发应用遇到的问题(电视盒子)
但可也有几点需要注意一下的1.比如:Activityactivity=(Activity)getContext();WindowManager.LayoutParamslp=activity.getWindow().
getAttributes
泡温泉的咸鱼
·
2019-02-26 17:47
Android
判断状态栏是否可见
publicstaticbooleanisStatusBarShown(Activitycontext){WindowManager.LayoutParamsparams=context.getWindow().
getAttributes
卜卜Bruce
·
2019-01-02 16:06
使用Activity创建一个全局的弹窗
nulltruetruetrue@nulltrue二、代码setContentView(R.layout.xxxxx)WindowManager.LayoutParamsparams=getWindow().
getAttributes
yyg
·
2018-12-14 17:52
C# 删除指定文件或文件夹
ttt\”;//1、首先判断文件或者文件路径是否存在if(File.Exists(fileFullPath)){//2、根据路径字符串判断是文件还是文件夹FileAttributesattr=File.
GetAttributes
csdn_wuwt
·
2018-08-07 16:59
C#
Android 关于DialogFragment的充满及点击背景穿透
Windowwin=getDialog().getWindow();win.
getAttributes
().windowAnimations=R.style.CollectDialogAnimation
Keepsty
·
2018-08-02 15:16
View的绘制流程浅析
通过前面的分析我们知道了每个Activity都有一个相应的Window对象,并且通过windowManager.addView(mDecor,getWindow().
getAttributes
())完成对
YouJZ
·
2018-04-25 20:25
Android适配刘海屏(华为Pro20等)
1.设置全屏模式WindowManager.LayoutParamslp=getWindow().
getAttributes
();lp.layoutInDisplayCutoutMode=WindowManager.Layou
Vincent__Lee
·
2018-04-16 22:01
android基础知识
隐藏Android底部的虚拟按键
底部的虚拟按键*/privatevoidhideVirtualKey(){Windowwindow=getWindow();WindowManager.LayoutParamsparams=window.
getAttributes
喂_balabala
·
2017-12-26 15:15
修改DialogFragment的大小和位置
onCreateView中,使用getDialog().requestWindowFeature(Window.FEATURE_NO_TITLE)设置窗口无标题getDialog().getWindow().
getAttributes
JoeLeeDreamer
·
2017-10-18 17:52
关于Android启动页全屏的解决方案
关于启动页全屏的解决方案该方法放到setcontentview之前privatevoidfull(booleanenable){if(enable){WindowManager.LayoutParamslp=getWindow().
getAttributes
Gushenge
·
2017-10-18 10:03
android
启动页
安卓
android
Jsp 复习材料一: XML解析
Jsp复习材料一:XML解析1.xml1.规范:所有的XML文件都应该有结束标签便签大小写有区别,并且前后要一致规定XML只有一个根节点元素属性值必须加引号,可通过节点加
getAttributes
()。
yxyq1210
·
2017-09-25 20:52
java
隐藏Android底部的虚拟按键
底部的虚拟按键*/privatevoidhideVirtualKey(){ Windowwindow=getWindow(); WindowManager.LayoutParamsparams=window.
getAttributes
侠客行记
·
2017-07-28 13:08
android
全屏
popupwindow关于华为手机的适配
1.PopupWindow显示时使当前activity变暗:WindowManager.LayoutParamsparams=mContext.getWindow().
getAttributes
();params.alpha
zz白龙
·
2017-07-21 10:39
动画
popupwindow的使用
Android编程设定activity进入和退出效果的方法
设置Dialog首先通过getWindow()方法获取它的窗口,然后通过
getAttributes
()方法获得window的WindowManager.LayoutParamslp,l
Central-Perk
·
2017-07-04 11:37
Activity以对话框Dialog形式展现(显示大图)
窗口对齐屏幕宽度Windowwin=this.getWindow();win.getDecorView().setPadding(0,0,0,0);WindowManager.LayoutParamslp=win.
getAttributes
Li_peilun
·
2017-05-12 23:22
为popupwindow添加背景变暗的效果
产生背景变暗效果WindowManager.LayoutParamslp=getWindow().
getAttributes
();lp.alpha=0.4f;//设置透明度getWindow().addFlags
白色相簿
·
2017-05-02 11:33
详解JS中的attribute属性
attributes:获取一个属性作为对象getAttribute:获取某一个属性的值object.
getAttributes
(attribute)getAttribute方法不属于document对象
老余博客
·
2017-04-25 13:58
应用的全屏和非全屏
/***全屏显示*/privatevoidsetFullSreen(){WindowManager.LayoutParamsparams=getWindow().
getAttributes
();params.flags
万物为铜
·
2017-04-19 20:00
笔记:Vue数据响应式绑定原理—观源码
处理节点processNode提取所有attributes,
getAttributes
weixin_33805557
·
2017-03-24 15:17
javascript
笔记:Vue数据响应式绑定原理—观源码
处理节点processNode提取所有attributes,
getAttributes
reclay
·
2017-03-24 00:00
javascript
vue.js
Dialog获取父布局宽度
Windowwin=dialog.getWindow();win.getDecorView().setPadding(0,0,0,0);WindowManager.LayoutParamslp=win.
getAttributes
Serendipity96
·
2017-03-23 19:18
Android
【技巧小宝典】
Android透明状态栏
getWindow().
getAttributes
().flags|=WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;等同于在values-19文件下申明的主题中增加
SupLuo
·
2017-03-16 00:37
Android顶部状态栏透明化并释放空间的两种实现方法
类似这种在网上搜索找到两种方法:if(Build.VERSION.SDK_INT>=19){WindowManager.LayoutParamslocalLayoutParams=mActivity.getWindow().
getAttributes
lemon15588
·
2017-03-03 11:19
ZKWeb网页框架1.5正式发布
同等添加IHttpResquestHandlerWrapper接口让重载Http上下文更容易添加TemplateWidgetInfo.Arguments成员添加inherit选项到MemberInfo.
GetAttributes
q303248153
·
2017-02-14 14:00
Android软键盘状态弹出与消失的示例
网上常见的判定状态方法复制代码代码如下:getWindow().
getAttributes
().softInputMode==WindowManager.LayoutParams.SOFT_INPUT_STATE_UNSPECIFIED
hello125521
·
2017-02-10 08:41
华为手机popwindow背景不变暗的问题
PopupWindowpopupWindow=newPopupWindow(this);WindowManager.LayoutParamslp=getWindow().
getAttributes
();
JeahWan
·
2017-01-04 17:57
Android 软键盘的显示与隐藏
在显示dialog的时候,软键盘总是弹出,设置其隐藏WindowManager.LayoutParamsparams=getWindow().
getAttributes
();if(params.softInputMode
CatalinaYoung
·
2016-12-27 16:24
Android成长日志
Android 全屏 但是有状态栏
全屏但是有状态栏privatevoidhideStatusBar(){WindowManager.LayoutParamsattrs=getWindow().
getAttributes
();attrs.flags
Jerry_LH
·
2016-08-22 21:37
Android开发
Dialog弹出后让下面的VIEW也能点击,以及返回键事件
1.Windowwindow=getWindow();WindowManager.LayoutParamsattributesParams=window.
getAttributes
();//WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
安卓Guan
·
2016-07-18 15:11
Windows
Android后台监控其他应用是否全屏
*@return判断当前手机是否是全屏*/publicstaticbooleanisFullScreen(Activityactivity){intflag=activity.getWindow().
getAttributes
DroidMind
·
2016-06-06 18:29
Android开发
Android后台监控其他应用是否全屏
return判断当前手机是否是全屏*/ publicstaticbooleanisFullScreen(Activityactivity){ intflag=activity.getWindow().
getAttributes
hp910315
·
2016-06-06 18:00
Android 设置窗体透明度
转自http://www.xuebuyuan.com/907908.html1,设置窗体透明度WindowManager.LayoutParamslp=getWindow().
getAttributes
Caster_Saber
·
2016-05-09 15:52
经验积累
android
[置顶] 通过onWindowAttributesChanged和onSystemUiVisibilityChange监听状态栏页面的隐藏与显示、动态显示与隐藏状态栏
最近添加系统功能需要监听状态栏的隐藏与显示,小小研究了下结合资料做下总结:首先我用这个WindowAttributesChanged方法来监听视频播放页面状态栏的隐藏与显示,通过打印getWindow().
getAttributes
xiangyong_1521
·
2016-05-06 18:00
动态显示与隐藏状态栏
监听状态栏页面的隐藏与显示
spring security 登录、权限管理配置
loadResourceDefine加载系统资源与权限列表)2)用户发出请求3)过滤器拦截(MySecurityFilter:doFilter)4)取得请求资源所需权限(MySecurityMetadataSource:
getAttributes
Abel-lin
·
2016-04-24 22:41
spring
mvc
spring security 登录、权限管理配置
loadResourceDefine加载系统资源与权限列表) 2)用户发出请求 3)过滤器拦截(MySecurityFilter:doFilter) 4)取得请求资源所需权限(MySecurityMetadataSource:
getAttributes
rongku
·
2016-04-24 22:00
spring
Security
android 设定activity的动画
设置Dialog首先通过getWindow()方法获取它的窗口,然后通过
getAttributes
()方法获得window的WindowManager.LayoutParamslp,lp有个公共属性windowAnimations
u013164293
·
2016-04-13 11:00
动画
Activity
2015年08月10日
设置透明度(这是窗体本身的透明度,非背景)WindowManager.LayoutParamslp=getWindow().
getAttributes
(); lp.alpha=0.3f
god2030
·
2016-04-13 09:00
华为手机PopupWindow弹出时背景不变暗问题
privatevoidsetBackgroundAlpha(floatbgAlpha){ WindowManager.LayoutParamslayoutParams=MainActivity.this.getWindow().
getAttributes
chenrenxiang
·
2016-04-11 14:00
android
华为
PopupWindow
自定义Dialog实现全屏和位置在屏幕底部
getWindowManager();Displaydisplay=windowManager.getDefaultDisplay();WindowManager.LayoutParamslp=this.getWindow().
getAttributes
Seven2Qin
·
2016-03-07 14:39
[01]Android基础
如何设置一个activity透明
2、在Activity的onCreate()方法中设置:Windowwindow=getWindow(); WindowManager.LayoutParamswl=window.
getAttributes
swalka`x
·
2016-03-03 11:00
Spring Security Source Code -- 验证标准流程
除了初始阶段:主干验证流程链:MyInvocationSecurityMetadataSource.
getAttributes
(Object)line:43 MyFilterSecurityInterceptor
phlsheji
·
2016-02-02 16:00
Spring Security Source Code -- 验证标准流程
除了初始阶段:主干验证流程链:MyInvocationSecurityMetadataSource.
getAttributes
(Object)line:43 MyFilterSecurityInterceptor
phlsheji
·
2016-02-02 16:00
设置Dialog全屏显示
也就是怎么设置Dialog的Layout和通过Windowwindow=mDialog.getWindow(); WindowManager.LayoutParamslayoutParams=window.
getAttributes
luzhenyuxfcy
·
2016-01-27 14:00
dialog全屏
Runtime中property_getName与property_
getAttributes
很高兴开始接触Runtime。以前一看到这个东西总感觉是高大上的东西,非常想学。但是网上查相关的资料,基本上看到的都是些文字解释。也有一些讲的很好的。但是看过去就忘了。总不知道这些东西能在什么时候用到。今天在写UIDataPicker的时候,突然想改变一下文字的颜色,看看了UIDataPicker类没有提供相关的属性和方法。我就去搜了一下,结果就找到这这篇文章:http://www.codes51
u010123208
·
2016-01-26 19:00
ios
Runtime
Android小问题:代码控制,动态隐藏显现状态栏
privatevoidfull(booleanenable){ if(enable){ WindowManager.LayoutParamslp=getWindow().
getAttributes
();
jiaoyaning1210
·
2016-01-22 11:00
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他