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
Android面试题整理(中)
AndroidManifest.xml中定义Activity的地方一句话android:theme="@android:style/Theme.Dialog"或android:theme="@android:style/Theme.
Translucent
water卡
·
2012-06-13 10:00
android
Android ApiDemos示例解析(17):App->Activity->
Translucent
Blur
这个例子和
Translucent
不同的一点是Blur,也就是显示在当前Activit背后的其它Activity以模糊方式显示。这是通过window对象Flag来设置的。
mapdigit
·
2012-06-04 19:00
android
Android ApiDemos示例解析(17):App->Activity->
Translucent
Blur
这个例子和
Translucent
不同的一点是Blur,也就是显示在当前Activit背后的其它Activity以模糊方式显示。这是通过window对象Flag来设置的。
lyunabc
·
2012-06-04 19:00
Activity
Android ApiDemos示例解析(16):App->Activity->
Translucent
看看TranslucentActivity在AndroidManifest.xml中的定义:它使用了Theme.
Translucent
主题,这个主题定义在res/styles.xml@drawable/
lyunabc
·
2012-06-02 11:00
Activity
Android ApiDemos示例解析(16):App->Activity->
Translucent
看看TranslucentActivity在AndroidManifest.xml中的定义:它使用了Theme.
Translucent
主题,这个主题定义在res/styles.xml@drawable/
lyunabc
·
2012-06-02 11:00
Activity
Android ApiDemos示例解析(16):App->Activity->
Translucent
看看TranslucentActivity在AndroidManifest.xml中的定义:它使用了Theme.
Translucent
主题,这个主题定义在res/styles.xml@drawable/
mapdigit
·
2012-06-02 11:00
android
System
UP
action
attributes
android透明activity
在res/values/新建文件colors.xml写入下面代码#7F000000同样新建styles.xml文件添加以下代码 @drawable/
translucent
_backgroundtrue最后修改
vane_
·
2012-05-24 21:00
android
透明activity
Android SurfaceView 透明和半透明
透明//Transparent 半透明//
Translucent
[java] viewplaincopyprint?
Jumping_Android
·
2012-05-10 16:00
java
html
android
null
encoding
Android开发之常用代码片段
1、设置窗口格式为半透明getWindow().setFormat(PixelFormat.
TRANSLUCENT
);2、Android中在非UI线程里更新View的不同方法:*Activity.runOnUiThread
a1405
·
2012-05-03 17:40
android
开发
long
Android开发之常用代码片段
1、设置窗口格式为半透明getWindow().setFormat(PixelFormat.
TRANSLUCENT
);2、Android中在非UI线程里更新View的不同方法:*Activity.runOnUiThread
a1405
·
2012-05-03 17:40
开发
long
Android
Android
窗口透明样式示例
参考示例程序:TranslucentActivity(ApiDemo=>App=>Activity=>
Translucent
)TranslucentBlurActivity(App=>Activity=
wangjia55
·
2012-04-10 22:00
android
活动
Class
Android几个面试题的解答
Activity窗口化:android:theme="@android:style/Theme.Dialog"设置Activity透明化:android:theme="@android:style/Theme.
Translucent
jackie03
·
2012-03-07 11:00
android
String
浏览器
application
System
存储
surfaceview
translucent
surfaceView.setEGLConfigChooser(8, 8, 8, 8, 16, 0); surfaceView.getHolder().setFormat(PixelFormat.
TRANSLUCENT
houyingsoft
·
2012-03-06 18:00
SurfaceView
半透明Activity方法
Manifest中activity下增加android:theme="@android:style/Theme.
Translucent
"再在布局文件中加入半透明PNG背景图片PS:ImageButton
conant1989
·
2012-02-22 17:00
【Android】去掉titlebar的最优解决方案
今日在做项目时出现了grallocoutofmemory的错误,经过几日的测试调整,最终确定是在AndroidManifest.xml中使用了android:theme="@android:style/Theme.
Translucent
.NoTitleBar
wangzunren
·
2012-02-20 16:00
memory
out
of
gralloc
代码记录
1、设置窗口格局为半透明 getWindow().setFormat(PixelFormat.
TRANSLUCENT
); 2、Android中在非UI线程里更新View的不合办法: * Activity.runOnUiThread
biandroid
·
2012-02-20 15:00
代码
Android 2.2 API Demos -- setWallpaper,
Translucent
和TranslucentBlur
SetWallpaperWallpaperManager是管理wallpaper的主要类,通过它我们可获取当前系统壁纸、设置壁纸等等。示例中的主要代码:Java代码packagecom.example.android.apis.app; //Needthefollowingimporttogetaccesstotheappresources,sincethis //classisinasub-p
teresa502
·
2012-02-17 09:00
android
xml
api
Class
button
resources
Android SurfaceView 透明、全屏等问题
设置透明起码需要改两个地方,一个是Manifest添加Theme.
Translucent
,还有就是holder需要设置mSurfaceHolder.setFormat(PixelFormat.
TRANSLUCENT
a578559967
·
2012-02-15 03:00
android
兼容IE,Firefox,CSS3 opacity透明度
兼容IE,Firefox,CSS3opacity透明度 div.transp { /* make the div
translucent
*/ opacity: 0.6;
struggleLinux
·
2012-02-13 11:54
透明度
职场
firefox
休闲
兼容IE,Firefox,CSS3 opacity透明度
兼容IE,Firefox,CSS3opacity透明度div.transp { /* make the div
translucent
*/ opacity: 0.6;
struggleLinux
·
2012-02-13 11:54
职场
Firefox
休闲
web前端
Android开发常用代码
1、设置窗口格式为半透明 getWindow().setFormat(PixelFormat.
TRANSLUCENT
); 2、Android中在非UI线程里更新View的不同方法: *Activity.runOnUiThread
zz_mm
·
2012-02-03 13:00
android
ListView
String
service
filter
Class
android常用代码片段
1、设置窗口格式为半透明getWindow().setFormat(PixelFormat.
TRANSLUCENT
);2、Android中在非UI线程里更新View的不同方法: *Activity.runOnUiThread
achellies
·
2011-12-21 09:00
android设置Activity背景色为透明的2种方法
android设置背景色为透明方法一:只要在配置文件内activity属性配置内加上android:theme="@android:style/Theme.
Translucent
" 就好了。
fengkuanghun
·
2011-12-20 11:00
android
application
resources
encoding
statusbar 透明或者半透
png为透明或者半透明的文件2:在StatusBarService.java文件的函数addStatusBarView()中的,把PixelFormat.RGBX_8888修改为PixelFormat.
TRANSLUCENT
jkkjklmn
·
2011-12-13 16:00
android
android设置背景色为透明
方法一:只要在配置文件内activity属性配置内加上android:theme="@android:style/Theme.
Translucent
"就好了。这样就调用了android的透明样式!
hjj0212
·
2011-12-12 21:37
Android
android设置背景色为透明
方法一:只要在配置文件内activity属性配置内加上android:theme="@android:style/Theme.
Translucent
"就好了。这样就调用了android的透明样式!
hjj0212
·
2011-12-12 21:00
android
application
resources
encoding
去除Tabhost中ActivityGroup的阴影
setTheme(android.R.style.Theme_
Translucent
_NoTitleBar_Fullscreen);要放在继承了ActivityGroup的Activity中
achellies
·
2011-12-05 07:00
android Activity 半透明效果
1.res/values/styles.xml @color/transparent_background true true @+android:style/Animation.
Translucent
xd43100678
·
2011-12-04 16:00
OpenGL中的颜色再次讨论
Blend是Transparent或者
Translucent
的同义词。 下面的变量用于glBlen
daojin
·
2011-12-03 19:00
OpenGL
Activity背景色为透明的2种方法
android设置背景色为透明 方法一: 只要在配置文件内activity属性配置内加上 android:theme="@android:style/Theme.
Translucent
jykenan
·
2011-11-08 16:00
android
translucent
安卓ApiDemos学习 app/Activity/
Translucent
Blur
此例子其实有2个画面,作为相互比较画面
Translucent
,系统默认效果,新启动的activity覆盖住了背景。
v5browser
·
2011-11-01 11:00
Activity
Android系统自带样式Android:theme
android:theme="@android:style/Theme.Light"背景白色android:theme="@android:style/
Translucent
"半透明效果android:
emily_ad
·
2011-10-10 11:49
android
移动开发
职场
应用程序
休闲
Android系统自带样式Android:theme
android:theme="@android:style/Theme.Light"背景白色android:theme="@android:style/
Translucent
"半透明效果android:
emily_ad
·
2011-10-10 11:49
职场
应用程序
移动开发
Android
Android中设置activity的background为Wallpaper
activity标签中添加主题属性android:theme="@android:style/Theme.Wallpaper"另外常用的还有android:theme="@android:style/Theme.
Translucent
txlong_onz
·
2011-08-15 08:00
Activity
background
wallpaper
android设置Activity背景色为透明的2种方法
android设置背景色为透明方法一:只要在配置文件内activity属性配置内加上android:theme="@android:style/Theme.
Translucent
" 就好了。
yuejingjiahong
·
2011-08-08 09:00
android
application
resources
encoding
透明视图
values/styles.xml #44000000 true @drawable/
translucent
_background true #fff true false AndroidManifest.xml
sandy_kisa
·
2011-07-29 14:00
android dialog 完美播放视频 大小 位置 透明 无边框 (原创)
mVideoView.setVideoPath("/mnt/sdcard/ds2b.mp4"); Dialog dialog = new Dialog(mContext,R.style.Theme_
Translucent
_NoTitleBar
yunshangbuhe
·
2011-07-21 09:00
学习笔记11 各种浏览器的滤镜效果
滤镜 div.transp { /* make the div
translucent
*/ opacity: 0.6; /* Firefox, Safari(WebKit), Opera) filter
tudusi
·
2011-07-20 10:00
学习笔记
在屏幕上直接加一个TextView 还是利用样式
最关键的就是activity的配置文件了 使用样式android:theme="@style/Theme.
Translucent
"res/values/styles.xml true
sun6223508
·
2011-07-10 14:00
2011.07.08(2)——— android 背景模糊
2011.07.08(2)——— android 背景模糊 详见:apiDemos/app/activity/
Translucent
Blur 背景模糊处理: getWindow(
lipeng88213
·
2011-07-08 11:00
android
2011.07.08(2)——— android 背景模糊
2011.07.08(2)——— android 背景模糊 详见:apiDemos/app/activity/
Translucent
Blur 背景模糊处理: getWindow(
lipeng88213
·
2011-07-08 11:00
android
透明activity
mystyle.xml文件,内容如下: @color/transparent_background true true @+android:style/Animation.
Translucent
zhmeup
·
2011-06-27 18:00
android
xml
Android中自定义Activity和Dialog的位置大小背景和透明度等
再在res/values/下建styles.xml,设置程序的风格 @color/transparenttrue@+android:style/Animation.
Translucent
-->设置背景-
assassin4824
·
2011-06-08 12:00
android
application
dialog
resources
encoding
设置viewController属性
全屏显示内容: self.wantsFullScreenLayout = YES; 设置navigationBar为透明状态: self.navigationController.navigationBar.
translucent
isiqi
·
2011-05-31 18:00
controller
Android透明界面与ListView动态刷新
首先在Androidmanifest.xml中加上 再在res/values/colors.xml中加上#7F000000最后在styles.xml中添加以下代码@drawable/
translucent
_ba
wanli_smile
·
2011-05-10 22:00
用activity实现半透明的、淡入的menu
Styles.xml如下: @drawable/
translucent
_background true #fff 在AndroidManifest.xml文件activity元素中一定要加上这样一句
407827531
·
2011-04-08 09:00
xml
android
ITeye
Android Activity 半透明效果(
Translucent
)
1.res/values/styles.xml @color/transparent_backgroundtruetrue@+android:style/Animation.
Translucent
-->
ilysony
·
2011-03-22 15:00
android
resources
encoding
android 主题
Activity属性为:Java代码android:theme="@android:style/Theme.Dialog" emulator运行截图:2.透明:Theme:android:style/Theme.
Translucent
3
gybin02
·
2011-01-30 17:00
java
android
xml
android activity 实现半透明
Translucent
效果
Android为透明效果提供了内置的Theme: android:style/Theme.
Translucent
,只需要把当前的activity的theme设置为这个Theme就可以达到完全透明的效果。
亚当爱上java
·
2010-11-04 14:00
android
API Demos 2.2 研读笔记(11)——SetWallpaper,
Translucent
和TranslucentBlur
SetWallpaper WallpaperManager是管理wallpaper的主要类,通过它我们可获取当前系统壁纸、设置壁纸等等。 示例中的主要代码: package com.example.android.apis.app; // Need the following import to get access to the app resourc
hunter2014
·
2010-10-18 22:00
android
windows
xml
配置管理
OS
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他