diff options
author | cyBerta <cyberta@riseup.net> | 2022-12-23 16:15:29 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-12-23 16:15:29 +0100 |
commit | 9f25a1ee20aa07e4af9635bcf3f726f74091e97a (patch) | |
tree | dfdd55369328c7d6f35bf2b4626bf52d8d129cda /app/src/main/res/layout-xlarge-port | |
parent | 17ce27727c3b002f4c6fe242eb4380ad42725868 (diff) |
avoid changing text sizes in eipFragment if connection states change
Diffstat (limited to 'app/src/main/res/layout-xlarge-port')
-rw-r--r-- | app/src/main/res/layout-xlarge-port/f_eip.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout-xlarge-port/f_eip.xml b/app/src/main/res/layout-xlarge-port/f_eip.xml index ee0fbac9..3ced08e3 100644 --- a/app/src/main/res/layout-xlarge-port/f_eip.xml +++ b/app/src/main/res/layout-xlarge-port/f_eip.xml @@ -83,6 +83,7 @@ android:textColor="@color/colorEipFragmentFont" app:layout_constraintDimensionRatio="1:1" tools:text="Connection secure" + android:maxLines="2" /> <androidx.appcompat.widget.AppCompatTextView |