From 0f512fc2a218060840181f12e145538695b5ea3c Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 1 Aug 2021 19:07:59 +0200 Subject: [PATCH] External answer debug --- app/src/main/res/layout/fragment_options_misc.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index c54f6d291a..610ab50db0 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -90,6 +90,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="12dp" + android:tag="debug" android:text="@string/title_advanced_external_answer" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"