Skip to content

Commit c140292

Browse files
committed
Update jetpack_powered_bottom_sheet.xml
increase font size to 32sp decreased the top margin to 40dp
1 parent 274782a commit c140292

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

WordPress/src/main/res/layout/jetpack_powered_bottom_sheet.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
android:layout_height="wrap_content"
3939
android:layout_marginTop="@dimen/margin_extra_medium_large"
4040
android:text="@string/wp_jetpack_powered_better_with_jetpack"
41+
android:textSize="@dimen/m3_sys_typescale_headline_large_text_size"
4142
android:textFontWeight="700"
4243
app:layout_constraintTop_toBottomOf="@id/illustration_view"
4344
app:layout_constraintStart_toStartOf="parent"
@@ -59,7 +60,7 @@
5960
android:id="@+id/primary_button"
6061
android:layout_width="match_parent"
6162
android:layout_height="wrap_content"
62-
android:layout_marginTop="@dimen/margin_extra_extra_large"
63+
android:layout_marginTop="@dimen/jetpack_banner_height"
6364
android:layout_marginBottom="@dimen/margin_64dp"
6465
android:backgroundTint="@color/jetpack_green_40"
6566
android:gravity="center"

0 commit comments

Comments
 (0)