diff options
author | Romain Guy <romainguy@android.com> | 2010-01-08 15:05:33 -0800 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2010-01-08 15:11:18 -0800 |
commit | 74192eafec8408417114d77784cd35eda5df573c (patch) | |
tree | fac15940efc0fdc38b8bdc44d4c3dc6efa474aab /samples/BluetoothChat/res/layout/message.xml | |
parent | b4e39aebf6b27aa0ed094a75bde8b2bacda28d98 (diff) | |
download | android_development-74192eafec8408417114d77784cd35eda5df573c.tar.gz android_development-74192eafec8408417114d77784cd35eda5df573c.tar.bz2 android_development-74192eafec8408417114d77784cd35eda5df573c.zip |
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
Diffstat (limited to 'samples/BluetoothChat/res/layout/message.xml')
-rw-r--r-- | samples/BluetoothChat/res/layout/message.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/BluetoothChat/res/layout/message.xml b/samples/BluetoothChat/res/layout/message.xml index c693f3ad3..8fa358c97 100644 --- a/samples/BluetoothChat/res/layout/message.xml +++ b/samples/BluetoothChat/res/layout/message.xml @@ -14,7 +14,7 @@ limitations under the License. --> <TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="18sp" android:padding="5dp" |