OSDN Git Service

Deprecate fill_parent and introduce match_parent. (do not merge)
authorRomain Guy <romainguy@android.com>
Fri, 8 Jan 2010 23:07:24 +0000 (15:07 -0800)
committerXavier Ducrohet <xav@android.com>
Sat, 9 Jan 2010 00:29:11 +0000 (16:29 -0800)
commitc7db6b94f54decff38d48a5ed8725c80269ded95
treed8de2139181dcedec509df91f4ea2bdbe33ac874
parentcff0d285d79844c31be56ae49837d83e8742e512
Deprecate fill_parent and introduce match_parent. (do not merge)
Bug: #2361749.

Change-Id: I7a75cd7f0887dd8135c43f71d1b15165306bfa9b
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