fix: profile state italic cutoff #258

Merged
PeterCxy merged 1 commit from septs/OpenEUICC:profile-state-cutoff into master 2025-11-17 14:06:33 +01:00

View file

@ -42,12 +42,13 @@
<TextView
android:id="@+id/state"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:textSize="14sp"
android:textStyle="italic"
android:singleLine="true"
android:includeFontPadding="true"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toBottomOf="@id/name"
app:layout_constraintBottom_toTopOf="@+id/provider_label"/>