Deprecated: fill_parent
Use match_parent instead.
added in API level 1, deprecated in API Level 8
Special value for the height or width requested by a View. fill_parent means that the view wants to be as big as its parent minus the parent's padding, if any.
Resources:
http://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html#FILL_PARENT
Popular Posts
- Perform an Action after Enter keypress on EditText
- Intent setType(String type) - How to Set an Explicit MIME data type
- Determine the Hex value for a color
- android:scrollbarStyle - Change the Scrollbar Location/Style in a TextView
- How to Register an Activity that Responds to NFC tags for URI's that point to a URL
- android:ellipsize - Add an ellipsis(...) in a TextView
- How to Install an SDK package
- Solution: Running Android Lint has encountered a problem Failed
- How to Set Permission for I/O Operations over NFC
- android:drawablePadding - Add Padding to a Drawable in a TextView, in XML