Merge "Add ScrollView to "Message Details"" into honeycomb

This commit is contained in:
Makoto Onuki 2011-01-11 13:04:27 -08:00 committed by Android (Google) Code Review
commit e75a8d1cc3

View File

@ -14,8 +14,12 @@
limitations under the License.
-->
<TableLayout
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@ -96,3 +100,4 @@
/>
</TableRow>
</TableLayout>
</ScrollView>