Merge "May nfc_payments_how_it_works layout scrollable."

This commit is contained in:
TreeHugger Robot
2017-06-16 01:32:17 +00:00
committed by Android (Google) Code Review

View File

@@ -15,6 +15,12 @@
android:background="#FFB2DFDB" >
</LinearLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="48dp"
android:fillViewport="true">
<LinearLayout
android:id="@+id/nfc_how_it_works_image_text"
android:layout_width="match_parent"
@@ -53,6 +59,8 @@
android:textColor="#FF263238"
android:textSize="16sp" />
</LinearLayout>
</ScrollView>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="48dp"