summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_eip.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2021-11-25 16:25:12 +0000
committercyberta <cyberta@riseup.net>2021-11-25 16:25:12 +0000
commitb08ce1b1d6648ae48a452d6ccb56f21ae7126388 (patch)
tree7d015ac9b41f07fae494d18d97c76003dc283a7a /app/src/main/res/layout/f_eip.xml
parent976843d09cc7455945bf42a3817445649fec7c05 (diff)
parent4a914df3468534b585de466b5754782d47758de0 (diff)
Merge branch 'ui_fixes' into 'master'
UI fixes Closes #9051 and #9015 See merge request leap/bitmask_android!148
Diffstat (limited to 'app/src/main/res/layout/f_eip.xml')
-rw-r--r--app/src/main/res/layout/f_eip.xml3
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..fa2d4ded 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="26sp"
android:textStyle="bold"
android:textColor="@color/colorEipFragmentFont"
app:layout_constraintDimensionRatio="1:1"
- tools:text="CONNETION SECURE"
+ tools:text="Connection secure"
/>
<androidx.appcompat.widget.AppCompatTextView