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
- android:ellipsize - Add an ellipsis(...) in a TextView
- Solution: error: Error parsing XML: unbound prefix
- Save LogCat to a Text File
- android:nextFocusDown - Set Next Focus to a TextView/EditText
- android:nextFocusRight - Set the Next Focus Right to a TextView/EditText
- Perform an Action after Enter keypress on EditText
- android:textColorHint - Set the Color of Hint Text in TextView/EditText
- Intent setType(String type) - How to Set an Explicit MIME data type
- Determine the Hex value for a color
- Cursor getColumnIndex - Get the Index for a Column Name