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,44 +15,52 @@
android:background="#FFB2DFDB" > android:background="#FFB2DFDB" >
</LinearLayout> </LinearLayout>
<LinearLayout <ScrollView
android:id="@+id/nfc_how_it_works_image_text"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:paddingLeft="16dp" android:paddingBottom="48dp"
android:paddingRight="16dp" android:fillViewport="true">
android:paddingTop="72dp"
android:orientation="vertical">
<ImageView <LinearLayout
android:id="@+id/nfc_how_it_works_image" android:id="@+id/nfc_how_it_works_image_text"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="188dp" android:layout_height="match_parent"
android:gravity="center" android:paddingLeft="16dp"
android:src="@drawable/nfc_how_it_works" /> android:paddingRight="16dp"
android:paddingTop="72dp"
android:orientation="vertical">
<TextView <ImageView
android:id="@+id/nfc_how_it_works_title" android:id="@+id/nfc_how_it_works_image"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="188dp"
android:text="@string/nfc_how_it_works_title" android:gravity="center"
android:paddingLeft="16dp" android:src="@drawable/nfc_how_it_works" />
android:paddingRight="16dp"
android:textColor="#FF263238" <TextView
android:textSize="24sp" /> android:id="@+id/nfc_how_it_works_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/nfc_how_it_works_title"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textColor="#FF263238"
android:textSize="24sp" />
<TextView
android:id="@+id/nfc_how_it_works_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:paddingBottom="18dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:text="@string/nfc_how_it_works_content"
android:textColor="#FF263238"
android:textSize="16sp" />
</LinearLayout>
</ScrollView>
<TextView
android:id="@+id/nfc_how_it_works_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:paddingBottom="18dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:text="@string/nfc_how_it_works_content"
android:textColor="#FF263238"
android:textSize="16sp" />
</LinearLayout>
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"