android Style应用

style.xml的用法
http://www.eoeandroid.com/thread-228860-1-1.html

android中的style属性值
http://www.eoeandroid.com/thread-208238-1-1.html

android style继承
http://www.eoeandroid.com/thread-208228-1-1.html

Android Style与Theme
http://www.eoeandroid.com/thread-71762-1-1.html

帖子正文:

<application
  android:theme="@style/Theme.MyTitle" >
< /application>

< resources>
<style name="animStyle">
  <item name="android:indeterminateDrawable">@anim/progressbar</item>
</style>
<style name="mypopwindow_anim_style">
  <item name="android:windowEnterAnimation">@anim/popshow_anim</item>
<item name="android:windowExitAnimation">@anim/pophidden_anim</item>
</style>
< !--去掉应用和标题栏中间阴影-->
<style name="Theme.MyTitle" parent="android:style/Theme.Light">
  <item name="android:windowNoTitle">true</item>
  <item name="android:windowContentOverlay">@null</item>
< /style>

<style name="perference_set_activity">
  <item name="android:windowBackground">@drawable/listbg</item>
  <!-- 窗口背景 -->
  <item name="android:focusable">false</item>
  <item name="android:textColor">#ff000000</item>
  <!-- 字体颜色 -->
  <item name="android:colorBackgroundCacheHint">#00000000</item>
  <!-- 背景缓存色透明,避免拖动全黑 -->
  <item name="android:windowNoTitle">false</item>
  <!-- 是否有标题 -->
</style>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值