From d5373545f01b7c4420c57c91ef6886e85d758eba Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 9 Dec 2021 15:01:35 +0000 Subject: [PATCH] styling the debug trigger in the ftue splash --- vector/src/main/res/layout/fragment_ftue_splash.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vector/src/main/res/layout/fragment_ftue_splash.xml b/vector/src/main/res/layout/fragment_ftue_splash.xml index f38bbc049e..39c0ad3007 100644 --- a/vector/src/main/res/layout/fragment_ftue_splash.xml +++ b/vector/src/main/res/layout/fragment_ftue_splash.xml @@ -216,8 +216,11 @@ style="@style/Widget.Vector.TextView.Caption" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:drawablePadding="12dp" android:textColor="?vctr_content_secondary" android:visibility="gone" + app:drawableStartCompat="@drawable/ic_debug_icon" + app:drawableTint="?colorPrimary" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" tools:text="@string/settings_version"