ref:http://developer.android.com/reference/android/app/Activity.html#requestWindowFeature(int)

public final boolean requestWindowFeature(int featureId)

Since: API Level 1

Enable extended window features. This is a convenience for calling getWindow().requestFeature().

Parameters
featureId The desired feature as defined in Window.
Returns

 

分类:

技术点:

相关文章: