Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix: truncated text #203
Browse files Browse the repository at this point in the history
  • Loading branch information
marcouberti committed Jun 6, 2020
1 parent 5c670dd commit bfc9c15
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/onboarding_bluetooth_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
android:text="@string/onboarding_bluetooth_off_description"
app:autoSizeTextType="uniform"
app:layout_constraintBottom_toTopOf="@+id/knowMore"
app:layout_constraintEnd_toEndOf="@+id/title"
app:layout_constraintHorizontal_bias="0.0"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/onboarding_exposure_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="120dp"
android:maxLines="5"
android:text="@string/welcome_view_discover_more"
app:autoSizeTextType="uniform"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@+id/title"
app:layout_constraintHorizontal_bias="0.0"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/onboarding_pilot_project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
android:layout_height="wrap_content"
android:layout_marginBottom="120dp"
android:text="@string/onboarding_pilot_description"
app:autoSizeTextType="uniform"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@+id/title"
app:layout_constraintHorizontal_bias="0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="120dp"
android:maxLines="5"
android:text="@string/onboarding_pin_advice_description"
app:autoSizeTextType="uniform"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@+id/title"
app:layout_constraintHorizontal_bias="0.0"
Expand Down

0 comments on commit bfc9c15

Please sign in to comment.