Skip to content

Commit 3f8870e

Browse files
fix(message-list): adjust top margin for progress bars in message list layouts (#10521)
2 parents bbde046 + 78f4d49 commit 3f8870e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

legacy/ui/legacy/src/main/res/layout/message_list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
style="?android:attr/progressBarStyleHorizontal"
6363
android:layout_width="match_parent"
6464
android:layout_height="wrap_content"
65+
android:layout_marginTop="-6dp"
6566
android:elevation="8dp"
6667
android:max="10000"
6768
android:visibility="invisible"

legacy/ui/legacy/src/main/res/layout/split_message_list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
android:layout_height="wrap_content"
6565
android:elevation="8dp"
6666
android:max="10000"
67+
android:layout_marginTop="-6dp"
6768
android:visibility="invisible"
6869
/>
6970

0 commit comments

Comments
 (0)