From 8a8fdb4c541b0b73c53149a60fbc8f81fa95a75a Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Tue, 8 Sep 2020 16:36:24 +1000 Subject: [PATCH] Add path dot glow --- res/layout/activity_path.xml | 3 +- .../securesms/loki/activities/PathActivity.kt | 13 ++++++- .../securesms/loki/views/GlowView.kt | 35 ++++++++++++++++++- 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/res/layout/activity_path.xml b/res/layout/activity_path.xml index a0fa1c20a8..6c2db06239 100644 --- a/res/layout/activity_path.xml +++ b/res/layout/activity_path.xml @@ -23,7 +23,8 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" - android:layout_margin="@dimen/large_spacing"> + android:layout_margin="@dimen/large_spacing" + android:clipChildren="false">