亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

style

以下代碼為什么沒有在R文件里更新,ID地址都沒有生成

<style name="Theme_AudioDialog"> ? ? ? ?<item name="android:windowBackground">@android:color/transparent</item> ? ? ? ?<item name="android:windowFrame">@null</item> ? ? ? ?<item name="android:windowIsFloating">true</item> ? ? ? ?<item name ="android:windowIsTranslucent">true</item> ? ? ? ?<item name="android:backgroundDimEnabled">false</item> ? ?</style>


正在回答

1 回答

我的也沒有,不過我自己自定義了一個就有了

?<style name="MyDialogStyle">

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

? ? ? ? <item name="android:windowFrame">@null</item>

? ? ? ? <item name="android:windowNoTitle">true</item>

? ? ? ? <item name="android:windowIsFloating">true</item>

? ? ? ? <item name="android:windowIsTranslucent">true</item>

? ? ? ? <item name="android:windowContentOverlay">@null</item>

? ? ? ? <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>

? ? ? ? ?</style>

? ?<style name="AnimBottom" parent="@android:style/Animation">

? ? ? ? <item name="android:windowEnterAnimation">@anim/push_bottom_in</item>

? ? ? ? <item name="android:windowExitAnimation">@anim/push_bottom_out</item>

? ? </style>

push_bottom_out

<?xml version="1.0" encoding="utf-8"?>

<!-- 上下滑入式 -->

<set xmlns:android="http://schemas.android.com/apk/res/android" >

?<alpha

? ? ? ? android:duration="1"

? ? ? ? android:fromAlpha="1.0"

? ? ? ? android:toAlpha="0.1" />

</set>

push_bottom_in


<?xml version="1.0" encoding="utf-8"?>

<!-- 上下滑入式 -->

<set xmlns:android="http://schemas.android.com/apk/res/android" >


? ? <alpha

? ? ? ? android:duration="1"

? ? ? ? android:fromAlpha="0.1"

? ? ? ? android:toAlpha="1.0" />


</set>


0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
Android-仿微信語音聊天
  • 參與學習       43189    人
  • 解答問題       248    個

結合自定義View和API,Dialog管理等實現實現微信語音

進入課程
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號