Skip to content

Commit

Permalink
nth
Browse files Browse the repository at this point in the history
  • Loading branch information
ycfelix committed Apr 14, 2019
1 parent 1a1483f commit 9f9c829
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private void startVoiceInput() {
RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, Locale.getDefault());
intent.putExtra(RecognizerIntent.EXTRA_PROMPT,
"freeriders wants your voice...");
"enter your voice...");
try {
startActivityForResult(intent, REQ_CODE_SPEECH_INPUT);
} catch (ActivityNotFoundException a) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="application by freerider@hackust"
android:text="freely modify this program"
android:layout_gravity="center" />

<EditText
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">Freerider-emotDetector</string>
<string name="app_name">demo app</string>
<string name="action_settings">Settings</string>
</resources>
Binary file removed screenshot/demo.png
Binary file not shown.
Binary file added screenshot/demo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f9c829

Please sign in to comment.