eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

download_voice_data.xml 845B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:gravity="center_horizontal"
  6. android:orientation="vertical"
  7. android:padding="16dp" >
  8. <ProgressBar
  9. style="@android:style/Widget.ProgressBar.Horizontal"
  10. android:layout_width="fill_parent"
  11. android:layout_height="wrap_content"
  12. android:layout_marginBottom="16dp"
  13. android:id="@+id/progress"
  14. android:indeterminate="false"
  15. android:longClickable="false" />
  16. <TextView
  17. android:id="@+id/installing_voice_data"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:text="@string/installing_voice_data" />
  21. </LinearLayout>