OSDN Git Service

Deprecate fill_parent and introduce match_parent.
authorRomain Guy <romainguy@android.com>
Fri, 8 Jan 2010 23:07:24 +0000 (15:07 -0800)
committerRomain Guy <romainguy@android.com>
Fri, 8 Jan 2010 23:12:07 +0000 (15:12 -0800)
commit6ca40b28e8acc510deb806a216b9c3e9aa164e7e
tree544fd7d99b1a6659cc10b1fc3c791cddb8551089
parent62bb30a97d16d007a05b5db51a7b5213ef041f64
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
16 files changed:
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/DescriptorsUtils.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/LayoutConstants.java
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/mock_attrs.xml
layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/LayoutAnalysisCategory.java
layoutopt/libs/uix/src/resources/rules/IncorrectHeightInScrollView.rule
layoutopt/libs/uix/src/resources/rules/IncorrectWidthInHorizontalScrollView.rule
layoutopt/libs/uix/src/resources/rules/MergeRootFrameLayout.rule
layoutopt/samples/compound.xml
layoutopt/samples/has_children.xml
layoutopt/samples/inefficient_weight.xml
layoutopt/samples/scrolling.xml
layoutopt/samples/simple.xml
layoutopt/samples/too_deep.xml
layoutopt/samples/too_many.xml
layoutopt/samples/useless.xml
layoutopt/samples/wrong_dimension.xml