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
translucent
#坑1# iOS8以后presendViewController透明效果无效
本文出自http://mokai.github.io/2015/10/ios-bug-viewcontroller_
translucent
/iOS弹出的视图背景默认是黑色,如果想去掉,以往我们使用self.modalPresentationStyle
VictorMoKai
·
2015-10-31 14:00
ios
半透明
控制器透明
Transparency, Translucency, and Blending
15.010 What is the difference between transparent,
translucent
, and blended primitives?
·
2015-10-31 09:39
Blend
android surfaceView 透明
<span style="font-size:18px;color:#ff0000;">透明//Transparent 半透明//
Translucent
·
2015-10-31 08:41
SurfaceView
JLayer初体验。。
Java最近推出的JLayer虽然和sharped window or
translucent
window一起有位JavaFX的开发做准备之嫌,但是试了一下还是感觉不错滴
·
2015-10-31 08:31
r
android surfaceView 背景透明2
<span style="font-size:18px;color:#ff0000;">透明//Transparent 半透明//
Translucent
·
2015-10-30 15:04
SurfaceView
2015-10-30-02-Android Theme主题使用心得
设置透明主题透明Activity主题3D界面GLSurfaceView层并把系统背景透过来显示Android设置透明主题透明Activity主题:android:theme="@style/Theme.
Translucent
bxh7425014
·
2015-10-30 14:00
android
3D
GLSurfaceV
透明主题
使用开源库 MBProgressHUD 等待指示器
source https://github.com/jdg/MBProgressHUD MBProgressHUD is an iOS drop-in class that displays a
translucent
·
2015-10-27 13:28
progress
让Android支持透明状态栏
--
translucent
system bars --> <item name="android:windowTranslucentStatus&qu
·
2015-10-27 11:42
android
Android开发之常用代码片段
1、设置窗口格式为半透明 getWindow().setFormat(PixelFormat.
TRANSLUCENT
); 2、Android中在非UI线程里更新View的不同方法: * Activity.runOnUiThread
·
2015-10-21 11:38
Android开发
[滤镜]的firefox兼容问题
滤镜 div.transp { /* make the div
translucent
*/ opacity: 0.6;  
·
2015-10-21 10:08
firefox
iOS开发有关导航条坐标问题
本人也算是初学者,纠结有关导航条方面控件坐标设置的问题,后来查资料终于明白了一些:接下来和小伙伴们讨论讨论iOS7之后由于navigationBar.
translucent
默认是YES,坐标零点默认在(
Liangyc0129
·
2015-10-09 13:00
ios
导航条
Android 沉浸式状态栏总结
在 Android4.4 之后,AndroidWindow支持了一些新的属性,其中有两个是这样的.WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_NAVIGATION
c_m_l
·
2015-09-28 12:00
Android 沉浸式状态栏
android4.4推出的新特性,也就是说只有android系统在4.4以上的而才显示出沉浸式的状态栏效果; android4.4以后新添加了两个属性: WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS
qq_23547831
·
2015-09-25 10:00
Android开发
Android4.4沉浸状态栏 键盘挤压布局受影响
设置代码如下(在API19及以后)1.代码设置,在setContentView()方法之前//透明状态栏getWindow().addFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS
guojiel
·
2015-09-16 15:04
视频录制与播放(竖屏)旋转90度问题
getWindow().setFormat(PixelFormat.
TRANSLUCENT
);setContentView(R.layout.main_video);in
Leemin_ios
·
2015-09-14 11:00
ios
视频
音频
合成
安卓Activity全屏显示以及不显示title
window属性:if(VERSION.SDK_INT>=VERSION_CODES.KITKAT){getWindow().addFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS
袁婷
·
2015-09-14 11:00
navigationBar设置透明
self.navigationBarsetBackgroundImage:[UIImagenew]forBarMetrics:UIBarMetricsDefault];self.navigationBar.
translucent
ygm900
·
2015-09-11 20:00
android 调用相机拍照 伪闪退
调用相机的Activity中,不能在清单文件中设置android:theme="@style/QianyanTheme.
Translucent
.NoTitleBar",即true,否则会造成退到桌面,然后再进入
zhanzkw
·
2015-09-10 16:00
沉浸式状态栏的实现
publicclassSetStatusBarTranslucent{ privatestaticfinalintBuild_VERSION_CODES_LOLLIPOP=21; privatestaticfinalintFLAG_
TRANSLUCENT
_NAVIGATION
zhangyongfeiyong
·
2015-09-09 14:00
导航栏修改透明度
修改导航透明度最简单的方法就导航设置 self.navigationController.navigationBar.
translucent
=YES; 同时在添加一个透明图片,如果需求总是更改的话,要总换图片
lengshengren
·
2015-09-08 18:00
导航
Android 4.4+ 实现半透明状态栏(
Translucent
Bars)
Android4.4+实现半透明状态栏(TranslucentBars)原创文章,转载请注明http://blog.csdn.net/leejizhou/article/details/48232015Android从4.4(KitKat)开始进行了一些视觉上的改善和提升,其中包括让状态栏(StatusBar)和下方导航栏(NavigationBar)进行半透明处理,可以使APP内容向上下延伸,使
李济洲
·
2015-09-05 23:29
android开发
Android基础入门
Android 4.4+ 实现半透明状态栏(
Translucent
Bars)
Android4.4+实现半透明状态栏(TranslucentBars)原创文章,转载请注明http://blog.csdn.net/leejizhou/article/details/48232015Android从4.4(KitKat)开始进行了一些视觉上的改善和提升,其中包括让状态栏(StatusBar)和下方导航栏(NavigationBar)进行半透明处理,可以使APP内容向上下延伸,使
leejizhou
·
2015-09-05 23:00
android
APP
android实现通知栏透明
通知栏透明效果如图:而通知栏不透明的效果是这样子的:但是这个效果只在4.4+才支持getWindow().addFlag(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS
zouchengxufei
·
2015-08-27 16:00
android
android设置Activity背景色为透明的2种方法
android设置背景色为透明方法一:只要在配置文件内activity属性配置内加上android:theme="@android:style/Theme.
Translucent
" 就好了。
zhuhai__yizhi
·
2015-08-27 15:00
iOS 去掉导航栏的边界灰线;去掉搜索框的边界灰线和其中文本输入框的阴影
通过下面的步骤就可以实现:1.关闭navigationBar的透明度 self.navigationController.navigationBar.
translucent
=NO;2.利用本机数码测色计
lijuan3203
·
2015-08-21 18:00
ios
搜索
导航
UISearchBar
导航栏边界灰线
android Fragment添加Theme,使背景模糊
Fragment添加Theme,为了达到点击按钮,切换到fragment,使背景模糊,我们可以在style.xml增加一个style,如下:true@android:style/Animation.
Translucent
清澈@Cherry
·
2015-08-07 14:31
Android
android Fragment添加Theme,使背景模糊
Fragment添加Theme,为了达到点击按钮,切换到fragment,使背景模糊,我们可以在style.xml增加一个style,如下: true @android:style/Animation.
Translucent
omayyouhappy
·
2015-08-07 14:00
android
Fragment
iOS tabbar的
translucent
属性
这与tabbar的
translucent
属性有关,这个属性是半透明的意思,当设置为true时,tabbar就会覆盖viewControllers下面的部分,当设置为false时,tabbar便不会覆盖viewControllers
worldzhy
·
2015-08-06 17:00
ios
tabbar
translucent
iOS 顶部高斯模糊导航栏 + 页面内容穿越底部导航栏效果
(1)如果是使用系统导航栏则设置其
translucent
属性即可:[self.navigationController.navigationBarsetBackgroundImage:[UIImagenew
Caterjava
·
2015-08-06 15:20
高斯
iOS导航栏
+tableView
iOS 顶部高斯模糊导航栏 + 页面内容穿越底部导航栏效果
(1)如果是使用系统导航栏则设置其
translucent
属性即可:[self.navigationController.navigationBarsetBackgroundImage:[UIImagenew
Caterjava
·
2015-08-06 15:20
高斯
iOS导航栏
+tableView
iOS
Dev
iOS 顶部高斯模糊导航栏 + 页面内容穿越底部导航栏效果
(1)如果是使用系统导航栏则设置其
translucent
属性即可:[self.navigationController.navigationBarsetBackgroundImage:[UIImagenew
Caterjava
·
2015-08-06 15:20
高斯
+tableView
iOS导航栏
SystemBarTint的使用(设置半透明状态栏)
VERSION.SDK_INT>=VERSION_CODES.KITKAT){ //透明状态栏 getWindow().addFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS
u011228356
·
2015-07-28 16:00
StatusBar
SystembarTint
android沉浸式状态栏
VERSION.SDK_INT>=VERSION_CODES.KITKAT){ //透明状态栏 getWindow().addFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS
kongbaidepao
·
2015-07-27 18:00
css图片置灰
.transp { /* make the div
translucent
*/ opacity: 0.6;  
nbh219
·
2015-07-17 10:00
css
listView的item含有surfaceView,黑屏的问题的解决方案
解决方案: 第一步:给窗口Window设置getWindow().setFormat(PixelFormat.
TRANSLUCENT
);一般在Activity的onCreate()中设置 第二步:同时给
wuxifu001
·
2015-07-15 18:00
自定义activity窗口大小
.创建一个背景配置文件,放到res/drawable目录下2.定义一个对话框样式,放到res/values/styles.xml文件中truetrue@android:style/Animation.
Translucent
100dp100dp
csdn1027719307
·
2015-07-08 17:04
android开发
SurfaceView类透明背景设置
主要添加以下几句话就可以了: 在SurfaceView创建后设置一下下面的参数: setZOrderOnTop(true); getHolder().setFormat(PixelFormat.
TRANSLUCENT
·
2015-07-07 22:00
SurfaceView
Activity切换动画无效(android:windowIsTranslucent)影响(android:windowAnimationStyle)
原因有两个:1.style里面设置了android:windowIsTranslucent这个属性2.windowAnimationStyle需要继承Animation.
Translucent
true
kobe269
·
2015-06-30 14:00
如何在4.4以上的系统里使用沉浸式的通知栏
不是全屏)if(VERSION.SDK_INT>=VERSION_CODES.KITKAT){ getWindow().addFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS
iaiai
·
2015-06-23 15:00
系统
Android 透明状态栏
//透明状态栏 getWindow().addFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS
HaidyCao
·
2015-06-22 23:00
android:fitSystemWindows详解
window.setFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS, Window
Kobe_Gong_5
·
2015-06-20 00:00
android
源码解析
fitSystem
Android4.4新的特性,在应用内开启透明状态栏和透明虚拟按钮。
一种是代码方式:Window window = getWindow(); window.setFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS
Kobe_Gong_5
·
2015-06-20 00:00
android
layout
布局
RelativeLayout
Android4.4新的特性,在应用内开启透明状态栏和透明虚拟按钮。
一种是代码方式:Windowwindow=getWindow(); window.setFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS,
Kobe_Gong_5
·
2015-06-20 00:00
android
layout
布局
RelativeLayout
android:fitSystemWindows详解
window.setFlags(WindowManager.LayoutParams.FLAG_
TRANSLUCENT
_STATUS,WindowM
Kobe_Gong_5
·
2015-06-20 00:00
android
源码解析
fitSystem
关于navigationBar半透明属性对view布局的影响
官方文档的例图:从iOS7开始,苹果对navigationBar进行了模糊处理,并把self.navigationController.navigationBar.
translucent
=YES作为默认处理
qq_26338299
·
2015-06-18 16:00
ios
布局
android设置背景色为透明
android设置背景色为透明方法一:只要在配置文件内activity属性配置内加上android:theme="@android:style/Theme.
Translucent
" 就好了。
lib739449500
·
2015-06-05 14:00
Android自带主题样式
android:theme="@android:style/Theme.Light"背景白色android:theme="@android:style/
Translucent
"半透明效果android:
腾胖纸
·
2015-05-28 15:00
Android设置Activity背景为透明style
方法一:通过Theme.
Translucent
@android:style/Theme.
Translucent
@android:style/Theme.
Translucent
.NoTitleBar
_standbyme
·
2015-05-21 14:00
Android小知识7
Dialog形式:android:theme="@android:style/Theme.Dialog"半透明的:android:theme="@android:style/Theme.
Translucent
caohuicong
·
2015-05-19 09:00
仿Iphone右划关闭Activity
使用很简单,只需继承SupportActivity,并在清单中加入android:theme="@android:style/Theme.
Translucent
"即可 packagecom.support
qq909157370
·
2015-05-06 22:00
UI
安卓
仿iphone
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他