Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95c5ee72 authored by Hasib Prince's avatar Hasib Prince Committed by Jonathan Klee
Browse files

Merge branch '6093-button_text_truncated' into 'main'

6093 button text truncated

See merge request !216
parent 7b42246f
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -134,10 +134,13 @@
        android:text="@string/install"
        android:textAllCaps="true"
        android:visibility="invisible"
        android:textSize="13sp"
        app:autoSizeTextType="uniform"
        app:autoSizeMinTextSize="5sp"
        android:lines="1"
        app:cornerRadius="4dp"
        app:layout_constraintRight_toRightOf="parent"
        app:layout_constraintTop_toTopOf="@+id/app_title" />
        app:layout_constraintTop_toTopOf="@+id/app_title"
        tools:text="@string/installing"/>

    <ProgressBar
        android:id="@+id/progressBarInstall"