resolve merge conflicts of f36b25c2df to stage-aosp-master

am: d4621f6302

Change-Id: I7f2e89579a99523808138eaabffa917b1e02e3b0
This commit is contained in:
Maurice Lam
2017-10-16 19:22:12 +00:00
committed by android-build-merger

View File

@@ -40,9 +40,16 @@
android:clipToPadding="false" android:clipToPadding="false"
android:orientation="vertical"> android:orientation="vertical">
<LinearLayout <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:clipChildren="false" android:clipChildren="false"
android:clipToPadding="false"> android:clipToPadding="false">
@@ -86,6 +93,8 @@
</LinearLayout> </LinearLayout>
</ScrollView>
</LinearLayout> </LinearLayout>
<FrameLayout <FrameLayout