ソースを参照

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_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"