Hi, it is possible to make a daydream translucent/transparent? I can do this with an activity using
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" but how to set it on a daydream service? I have tried using only code: setTheme(android.R.style.Theme_Translucent_NoTitleBar_Fullscreen); + getWindow().setBackgroundDrawable(new ColorDrawable(0)); but does not work both for activities and daydream. Thanks in advance for any help! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/acc26c4a-aa79-47ca-8b59-d3d7eb56a2d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

