[Mono-bugs] [Bug 648895] New: Activity class is missing SetTitle(CharSequence) overload

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 24 20:52:01 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=648895

https://bugzilla.novell.com/show_bug.cgi?id=648895#c0


           Summary: Activity class is missing SetTitle(CharSequence)
                    overload
    Classification: Mono
           Product: MonoDroid
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: mkestner at novell.com
        ReportedBy: gshackles at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7

In the Android API there is an overload for SetTitle() that takes a
CharSequence, but this is not found in MonoDroid.

http://developer.android.com/reference/android/app/Activity.html#setTitle(java.lang.CharSequence)

Reproducible: Always

Steps to Reproduce:
1) in activity, call SetTitle("New Title")
Actual Results:  
Method doesn't exist

Expected Results:  
Method should exist, and set the activity's title

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list