Skip to content

Commit 59dcc08

Browse files
authored
Align spinner with the upper item (#22401)
1 parent b7ca6f6 commit 59dcc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
style="?android:attr/progressBarStyleSmall"
222222
android:layout_width="wrap_content"
223223
android:layout_height="wrap_content"
224-
android:layout_alignParentEnd="true"
224+
android:layout_alignEnd="@+id/comment_body_container"
225225
android:layout_centerVertical="true"
226226
android:visibility="gone"
227227
tools:visibility="visible" />

0 commit comments

Comments
 (0)