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"