Skip to content

Commit

Permalink
Layout improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Aug 31, 2023
1 parent d9a2217 commit 0721c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collect_app/src/main/res/layout/instance_uploader_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the License.
android:paddingBottom="8dp"
android:scrollbarStyle="outsideOverlay"
app:layout_constraintBottom_toTopOf="@id/buttonholder"
app:layout_constraintTop_toTopOf="@id/ready_to_send_banner" />
app:layout_constraintTop_toBottomOf="@id/ready_to_send_banner" />

<TextView
android:id="@android:id/empty"
Expand Down
2 changes: 1 addition & 1 deletion collect_app/src/main/res/layout/ready_to_send_banner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/margin_large"
android:layout_marginEnd="@dimen/margin_standard"
android:textAppearance="@style/TextAppearance.Material3.TitleMedium"
android:textAppearance="?textAppearanceTitleMedium"
android:textColor="?colorPrimary"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/icon"
Expand Down

0 comments on commit 0721c66

Please sign in to comment.