com.baidu.frontia.FrontiaApplication

ListView Video

<item name="android:windowBackground">@android:color/transparent</item>

http://www.eoeandroid.com/thread-577718-1-1.html

http://www.apkbus.com/android-232711-1-1.html

http://www.2cto.com/kf/201310/252413.html

http://blog.csdn.net/dyllove98/article/details/8841602

http://www.eoeandroid.com/thread-540063-1-4.html

http://dwz.cn/wVmA0

https://github.com/search?l=Java&p=4&q=ios+android&ref=searchresults&type=Repositories&utf8=%E2%9C%93
https://github.com/julianxiao/android/tree/master/AidQRApp
https://github.com/CyberAgent/android-gpuimage
https://github.com/baoyongzhang/ActionSheetForAndroid
https://github.com/ened/Android-Tiling-ScrollView
https://github.com/drakeet/AndroidUIView
https://github.com/daCapricorn/ArcMenu
https://github.com/chinloong/Android-PinView
https://github.com/Maxwin-z/XButton-android
https://github.com/thehung111/ContactListView
https://github.com/7heaven/SHSwitchView
https://github.com/Espier/iAndroid_ios7_ui
https://github.com/MarkMjw/TreeView
https://github.com/vladexologija/GroupedTextView
https://github.com/SkillCollege/iOSActionSheet
https://github.com/DayS/uitableview4android
https://github.com/thiagolocatelli/android-uitableview
https://github.com/dmacosta/ATableView
https://github.com/shelwee/uilistview
https://github.com/zhangping19880920/SwitchButton
http://www.apkbus.com/forum.php?mod=viewthread&tid=116612&extra=&page=1
https://github.com/chenee/slidingUpPanel

https://github.com/tibi1712/FoldingNavigationDrawer-Android

https://github.com/nadavfima/GlowPadView

<style name="CustomDialog" parent="android:style/Theme.Dialog">
<!--背景颜色及透明程度-->
<item name="android:windowBackground">@android:color/transparent</item>
<!--是否有标题 -->
<item name="android:windowNoTitle">true</item>
<!--是否浮现在activity之上-->
<item name="android:windowIsFloating">true</item>
<!--是否模糊-->
<item name="android:backgroundDimEnabled">false</item>
</style>

其中@android:color/transparent就是#00000000, 前两个0表示透明度,后面6个0表示颜色。另外还可以加上
<item name="android:windowFrame">@null</item>

更多相关文章

  1. 自定义Android(安卓)Progress Bar的颜色
  2. android SpannableString使用详解
  3. Android(安卓)UI - 带白边的自定义ImageView效果
  4. 修改进度条ProgressBar颜色
  5. Android(安卓)设置圆角按下改变颜色按钮
  6. android中gridView中点击 item为选中状态
  7. Android常用颜色表
  8. Android之水平ProgressBar多彩背景颜色
  9. Android开场透明度渐变动画

随机推荐

  1. 在Go中使用正则表达式
  2. 详解Golang中函数作为值与类型
  3. 什么是CanSet, CanAddr?
  4. 总结 Go 的数据类型
  5. golang如何生成JSON及解析JSON
  6. 在使用database/sql时应避免掉进这11个坑
  7. 关于Go指针的介绍
  8. 快看!go-carbon 1.2.2 版本发布了!新增了时
  9. 教你用golang实现直播和点播功能
  10. golang如何复用http.request.body