May nfc_payments_how_it_works layout scrollable.
Test: Increase display size and check the layout Bug: 37792774 Change-Id: Ifceb2c5f05553d5672e9b2676255549fded3fbec Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
This commit is contained in:
@@ -15,6 +15,12 @@
|
|||||||
android:background="#FFB2DFDB" >
|
android:background="#FFB2DFDB" >
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
<ScrollView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:paddingBottom="48dp"
|
||||||
|
android:fillViewport="true">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/nfc_how_it_works_image_text"
|
android:id="@+id/nfc_how_it_works_image_text"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@@ -53,6 +59,8 @@
|
|||||||
android:textColor="#FF263238"
|
android:textColor="#FF263238"
|
||||||
android:textSize="16sp" />
|
android:textSize="16sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
</ScrollView>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
|
|||||||
Reference in New Issue
Block a user