Browse Source

ui: Set layout_constrainedWidth for profile title

Peter Cai 1 year ago
parent
commit
2247749b37
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app-common/src/main/res/layout/euicc_profile.xml

+ 2 - 1
app-common/src/main/res/layout/euicc_profile.xml

@@ -28,7 +28,8 @@
                 app:layout_constraintRight_toLeftOf="@+id/profile_menu"
                 app:layout_constraintTop_toTopOf="parent"
                 app:layout_constraintBottom_toTopOf="@+id/state"
-                app:layout_constraintHorizontal_bias="0" />
+                app:layout_constraintHorizontal_bias="0"
+                app:layout_constrainedWidth="true" />
 
             <androidx.appcompat.widget.AppCompatImageButton
                 android:id="@+id/profile_menu"