Merge "Add ScrollView to "Message Details"" into honeycomb
This commit is contained in:
commit
e75a8d1cc3
@ -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>
|
Loading…
Reference in New Issue
Block a user