summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/f_eip.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-07-31 19:30:54 +0200
committercyBerta <cyberta@riseup.net>2021-11-15 16:13:41 +0100
commitedb4b900ab1d1113492e98c28f12133c97721818 (patch)
tree2268e01053b56f7de5acc137065bce27009135e8 /app/src/main/res/layout-xlarge/f_eip.xml
parent7b9a2f0a807fb6e5782888f444efb1142da1f20b (diff)
Add BuildConfig to disable color filtering of the main screen background, if VPN is turned off. Make EipFragment's text colors customizable
Diffstat (limited to 'app/src/main/res/layout-xlarge/f_eip.xml')
-rw-r--r--app/src/main/res/layout-xlarge/f_eip.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout-xlarge/f_eip.xml b/app/src/main/res/layout-xlarge/f_eip.xml
index 8ed9a57c..1ea7ba4b 100644
--- a/app/src/main/res/layout-xlarge/f_eip.xml
+++ b/app/src/main/res/layout-xlarge/f_eip.xml
@@ -80,6 +80,7 @@
android:padding="@dimen/stdpadding"
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Large"
android:textStyle="bold"
+ android:textColor="@color/colorEipFragmentFont"
app:layout_constraintDimensionRatio="1:1"
tools:text="CONNETION SECURE"
android:maxLines="1"
@@ -96,6 +97,7 @@
android:padding="@dimen/stdpadding"
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
android:textStyle="bold"
+ android:textColor="@color/colorEipFragmentFont"
app:layout_constraintDimensionRatio="1:1"
android:maxLines="5"
android:ellipsize="end"