Skip to content

Commit

Permalink
feat: added app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
05Alston committed Dec 9, 2021
1 parent 4b5d579 commit 4563c09
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</intent>
</queries>
<application
android:label="flutter_app_ar"
android:label="ar_x_ai"
android:icon="@mipmap/ic_launcher">

<activity
Expand Down
Binary file removed android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions lib/tts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,18 @@ class _TypeScreenState extends State<TypeScreen> {
const SizedBox(
height: 20,
),
Row(
children: <Widget>[
const Text('Voice'),
const SizedBox(
width: 47,
),
Text(voice ?? '-'),
],
),
const SizedBox(
height: 20,
),
Row(
children: <Widget>[
Expanded(
Expand Down

0 comments on commit 4563c09

Please sign in to comment.