Skip to content

Commit

Permalink
Increase margin to data source text (#361)
Browse files Browse the repository at this point in the history
* Update fragment_onboarding_data_source.xml

Increase margin to data source text

* Update fragment_onboarding_data_source.xml

Increase margin to data source text

* use margin instead of padding

---------

Co-authored-by: johan12345 <[email protected]>
  • Loading branch information
Altonss and johan12345 authored Sep 5, 2024
1 parent 107ec10 commit 7ad78bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="32dp"
android:layout_marginEnd="32dp"
android:layout_marginBottom="8dp"
android:layout_marginBottom="16dp"
android:breakStrategy="balanced"
android:text="@string/data_sources_description"
android:textAppearance="@style/TextAppearance.Material3.BodyMedium"
Expand Down Expand Up @@ -92,4 +92,4 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/scroll" />

</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_onboarding_data_source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:layout_marginBottom="16dp"
android:layout_marginBottom="32dp"
app:layout_constraintBottom_toTopOf="@+id/dataSourceHint"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
Expand Down Expand Up @@ -103,4 +103,4 @@
tools:text="@string/accept_privacy" />

</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>
</ScrollView>

0 comments on commit 7ad78bb

Please sign in to comment.