commit | 15b8ec6b226f4d57307716e1f495e10a91f8cbf4 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Fri Jan 08 15:06:43 2010 -0800 |
committer | Romain Guy <romainguy@android.com> | Fri Jan 08 15:11:41 2010 -0800 |
tree | fca32553554723742e4ccdf7dd7ae0cc0c8432e1 | |
parent | 2290d2174a096d537f8cf899243ecaa9cb88ad5b [diff] [blame] |
Deprecate fill_parent and introduce match_parent. Bug: #2361749.
diff --git a/res/layout/ssl_warning.xml b/res/layout/ssl_warning.xml index 8bc406a..285c189 100644 --- a/res/layout/ssl_warning.xml +++ b/res/layout/ssl_warning.xml
@@ -15,7 +15,7 @@ --> <TableLayout 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:shrinkColumns="1" android:orientation="horizontal" >