diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-25 14:33:57 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-25 14:33:57 +0100 |
commit | 86d940674b10fe9be574d93cb3ee71bcea5f811a (patch) | |
tree | 7db9a980c88238f1d3c18ce191c699a49e5eac45 /app/src/main/res/layout | |
parent | 63b83310a1d24003286b3610f3ae138d12784c00 (diff) |
tweak connection state font size on EipFragment
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/f_eip.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/f_eip.xml b/app/src/main/res/layout/f_eip.xml index b5af785d..c6c48d69 100644 --- a/app/src/main/res/layout/f_eip.xml +++ b/app/src/main/res/layout/f_eip.xml @@ -96,10 +96,11 @@ android:paddingRight="@dimen/stdpadding" android:paddingEnd="@dimen/stdpadding" android:textAppearance="@android:style/TextAppearance.DeviceDefault.Large" + android:textSize="30sp" android:textStyle="bold" android:textColor="@color/colorEipFragmentFont" app:layout_constraintDimensionRatio="1:1" - tools:text="CONNETION SECURE" + tools:text="Connection secure" /> <androidx.appcompat.widget.AppCompatTextView |