Skip to content

Commit 99420e8

Browse files
Bhavnaharitsaiamareebjamal
authored andcommitted
chore: add a change susi voice instructions into help page (#2142)
1 parent 7afd495 commit 99420e8

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

app/src/main/res/layout/fragment_help.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,40 @@
251251

252252
</LinearLayout>
253253
</android.support.v7.widget.CardView>
254+
<android.support.v7.widget.CardView
255+
android:layout_width="match_parent"
256+
android:layout_height="wrap_content"
257+
android:layout_marginTop="@dimen/margin_moderate"
258+
card_view:cardCornerRadius="@dimen/card_radius_help">
259+
260+
<LinearLayout
261+
android:layout_width="match_parent"
262+
android:layout_height="wrap_content"
263+
android:orientation="vertical">
264+
265+
266+
<TextView
267+
android:layout_width="match_parent"
268+
android:layout_height="wrap_content"
269+
android:layout_marginTop="@dimen/margin_moderate"
270+
android:paddingLeft="@dimen/padding_moderate"
271+
android:paddingRight="@dimen/padding_moderate"
272+
android:text="@string/help_susi_changevoice"
273+
android:textColor="@color/colorPrimary"
274+
android:textSize="@dimen/text_size_large"
275+
android:textStyle="bold" />
276+
277+
<TextView
278+
android:layout_width="match_parent"
279+
android:layout_height="wrap_content"
280+
android:paddingLeft="@dimen/padding_moderate"
281+
android:paddingRight="@dimen/padding_moderate"
282+
android:paddingBottom="@dimen/padding_small_medium"
283+
android:text="@string/help_susi_changevoice_desc"
284+
android:textSize="@dimen/text_size_medium" />
285+
286+
</LinearLayout>
287+
</android.support.v7.widget.CardView>
254288

255289
</LinearLayout>
256290
</ScrollView>

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@
463463
<string name="help_susi_voice_desc">To use SUSI voice click on the microphone symbol presemt in the bottom right corner of the chats page. You can ask anything to SUSI here. To change various voice settings, go to Settings page and configure SUSI voice accordingly.</string>
464464
<string name="help_susi_skills">What skills do SUSI have?</string>
465465
<string name="help_susi_skills_desc">To know about the skills that SUSI posses move to \'SUSI.AI Skills\' page. You can reach there just by clicking on the \'SUSI\' logo present at the top right corner of the Chat page.</string>
466-
467-
<!--Privacy -->
466+
<string name="help_susi_changevoice">How to change SUSI voice ?</string>
467+
<string name ="help_susi_changevoice_desc">In order to change voice and pitch of Susi, go to \'Settings \' and scroll down until you find \'Click here to change SUSI voice\' and change voice according to your preference. </string> <!--Privacy -->
468468
<string name="privacy_welcome">Welcome to SUSI.AI</string>
469469
<string name="privacy_welcome_details">Thanks for using our products and services (“Services”). The Services are provided by SUSI Inc. (“SUSI”), located at 93 Mau Than, Can Tho City, Viet Nam. By using our Services, you are agreeing to these terms. Please read them carefully.</string>
470470
<string name="privacy_services">Using Our Services</string>

0 commit comments

Comments
 (0)