Skip to content

Commit a3b53bb

Browse files
committed
Update bottom sheet layouts
1 parent 09ed3bb commit a3b53bb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
android:scaleType="centerCrop"
2727
app:layout_constraintTop_toBottomOf="@id/handle"
2828
app:layout_constraintStart_toStartOf="parent"
29-
app:lottie_rawRes="@raw/wp2jp"
29+
app:lottie_rawRes="@raw/wp2jp_left"
3030
app:lottie_enableMergePathsForKitKatAndAbove="true"
3131
app:lottie_autoPlay="true"
3232
app:lottie_loop="false" />

WordPress/src/main/res/layout-land/jetpack_powered_expanded_bottom_sheet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
app:layout_constraintTop_toBottomOf="@id/topBarrier"
3838
app:layout_constraintStart_toStartOf="parent"
3939
app:layout_constraintBottom_toTopOf="@id/title"
40-
app:lottie_rawRes="@raw/wp2jp"
40+
app:lottie_rawRes="@raw/wp2jp_left"
4141
app:lottie_enableMergePathsForKitKatAndAbove="true"
4242
app:lottie_autoPlay="true"
4343
app:lottie_loop="false" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
android:scaleType="centerCrop"
2727
app:layout_constraintTop_toBottomOf="@id/handle"
2828
app:layout_constraintStart_toStartOf="parent"
29-
app:lottie_rawRes="@raw/wp2jp"
29+
app:lottie_rawRes="@raw/wp2jp_left"
3030
app:lottie_enableMergePathsForKitKatAndAbove="true"
3131
app:lottie_autoPlay="true"
3232
app:lottie_loop="false" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
app:lottie_autoPlay="true"
4040
app:lottie_enableMergePathsForKitKatAndAbove="true"
4141
app:lottie_loop="false"
42-
app:lottie_rawRes="@raw/wp2jp" />
42+
app:lottie_rawRes="@raw/wp2jp_left" />
4343

4444
<TextView
4545
android:id="@+id/title"

0 commit comments

Comments
 (0)