How can one find what themes are available? Also, for the style attribute, I once saw that for a checkbox a "starStyle" was used. How can we find what different styles and themes are available?
On Mar 4, 2:52 pm, Ne0 <[email protected]> wrote: > Just in case this saves anyone else some time. > > <activity android:name=".app.DialogActivity" > android:label="@string/activity_dialog" > android:theme="@android:style/Theme.Dialog"> > <intent-filter> > <action android:name="android.intent.action.MAIN" /> > <category > android:name="android.intent.category.SAMPLE_CODE" /> > </intent-filter> > </activity> > > On 3 Mar, 18:35, Ne0 <[email protected]> wrote: > > > > > Thanks, couldn't see it for looking! New it was there somewhere. > > > On Mar 3, 5:56 pm, westmeadboy <[email protected]> wrote: > > > > Yup, you just need to set the android:theme attribute in your activity > > > tag in your manifest. > > > > On Mar 3, 6:16 pm, Ne0 <[email protected]> wrote: > > > > > I have a service running that grabs the users attention with a > > > > notification. What i would like to happen when the user clicks on the > > > > notification is for it to launch a dialog box. The "proper" thing to > > > > do is to launch an activity in this way, so is there a way to get an > > > > activity to launch with out filling the screen? So it looks like a > > > > dialog box? > > > > > Ne0- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

