Merge "May nfc_payments_how_it_works layout scrollable."
This commit is contained in:
committed by
Android (Google) Code Review
commit
af3e56bf45
@@ -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