summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/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-14 19:44:25 +0100
commita2067cd5b56387405cb653de8940e7afc448449d (patch)
treed1310f3f693789bbf2289a5303594c792593f6dd /app/src/main/res/layout/f_eip.xml
parent1f8b9f9c65a60de9813c77344bdba0fa8153cb62 (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/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 0cefcd6c..e3e8fe0a 100644
--- a/app/src/main/res/layout/f_eip.xml
+++ b/app/src/main/res/layout/f_eip.xml
@@ -97,6 +97,7 @@
android:paddingEnd="@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"
/>
@@ -111,12 +112,12 @@
app:layout_constraintBottom_toTopOf="@+id/gateway_location_button"
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
android:textStyle="bold"
+ android:textColor="@color/colorEipFragmentFont"
android:paddingLeft="@dimen/stdpadding"
android:paddingStart="@dimen/stdpadding"
android:paddingRight="@dimen/stdpadding"
android:paddingEnd="@dimen/stdpadding"
android:paddingBottom="@dimen/stdpadding"
-
app:layout_constraintDimensionRatio="1:1"
tools:text="Your traffic is securly routed through \n another"
android:maxLines="2"