From 5f224355d392f927576521a49a56a26564fb5a7d Mon Sep 17 00:00:00 2001 From: Andrei Rabinovych <37798851+AndrewR8@users.noreply.github.com> Date: Mon, 23 Apr 2018 17:07:24 +0300 Subject: [PATCH] Update activity_microphone_configure.xml --- src/main/res/layout/activity_microphone_configure.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/res/layout/activity_microphone_configure.xml b/src/main/res/layout/activity_microphone_configure.xml index 3e7b4687..dc2366fe 100644 --- a/src/main/res/layout/activity_microphone_configure.xml +++ b/src/main/res/layout/activity_microphone_configure.xml @@ -41,7 +41,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" - android:text="@string/@string/set_your_phone_on_the_table_and_make_noises_in_the_room_to_find_the_right_level_to_detect" + android:text="@string/set_your_phone_on_the_table_and_make_noises_in_the_room_to_find_the_right_level_to_detect" android:textColor="@color/colorAccent" android:textSize="14sp" android:textStyle="bold"