Skip to content

Commit 116377f

Browse files
committed
Left align content
1 parent fae8e97 commit 116377f

3 files changed

Lines changed: 1 addition & 11 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@
88
android:id="@+id/illustration_view"
99
android:layout_width="wrap_content"
1010
android:layout_height="wrap_content"
11-
android:layout_gravity="top"
1211
android:paddingBottom="@dimen/margin_extra_extra_large"
13-
android:paddingEnd="@dimen/margin_extra_large"
14-
android:paddingStart="@dimen/margin_extra_large"
1512
android:scaleType="centerCrop"
1613
app:layout_constraintBottom_toBottomOf="parent"
17-
app:layout_constraintEnd_toEndOf="parent"
1814
app:layout_constraintStart_toStartOf="parent"
1915
app:layout_constraintTop_toTopOf="parent"
2016
app:lottie_enableMergePathsForKitKatAndAbove="true"

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
style="?attr/textAppearanceBody1"
66
android:layout_width="match_parent"
77
android:layout_height="wrap_content"
8-
android:textAlignment="center"
98
android:paddingBottom="@dimen/margin_extra_large"
10-
android:paddingEnd="@dimen/margin_extra_large"
11-
android:paddingStart="@dimen/margin_extra_large"
129
tools:text="@string/wp_jetpack_powered_features" />

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
style="@style/TextAppearance.Material3.HeadlineMedium"
66
android:layout_width="match_parent"
77
android:layout_height="wrap_content"
8-
android:textAlignment="center"
98
android:textFontWeight="700"
109
android:paddingBottom="@dimen/margin_extra_large"
11-
android:paddingEnd="@dimen/margin_extra_extra_medium_large"
12-
android:paddingStart="@dimen/margin_extra_extra_medium_large"
13-
tools:text="@string/wp_jetpack_powered"
10+
tools:text="@string/wp_jetpack_powered_better_with_jetpack"
1411
tools:targetApi="p" />

0 commit comments

Comments
 (0)