浏览代码

ui: Set layout_constrainedWidth for profile title

Peter Cai 1 年之前
父节点
当前提交
2247749b37
共有 1 个文件被更改,包括 2 次插入1 次删除
  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_constraintRight_toLeftOf="@+id/profile_menu"
                 app:layout_constraintTop_toTopOf="parent"
                 app:layout_constraintTop_toTopOf="parent"
                 app:layout_constraintBottom_toTopOf="@+id/state"
                 app:layout_constraintBottom_toTopOf="@+id/state"
-                app:layout_constraintHorizontal_bias="0" />
+                app:layout_constraintHorizontal_bias="0"
+                app:layout_constrainedWidth="true" />
 
 
             <androidx.appcompat.widget.AppCompatImageButton
             <androidx.appcompat.widget.AppCompatImageButton
                 android:id="@+id/profile_menu"
                 android:id="@+id/profile_menu"