Create root package for code

This commit is contained in:
2020-05-11 16:23:28 +02:00
parent 394446308a
commit 28b9e95944
16 changed files with 37 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".help.HelpActivity">
tools:context=".ttsserver.help.HelpActivity">
<WebView
android:id="@+id/help_view"

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity">
tools:context=".ttsserver.MainActivity">
<TextView
android:id="@+id/prompt_text"

View File

@@ -2,7 +2,7 @@
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory android:title="@string/preference_category_server" app:iconSpaceReserved="false">
<io.bartek.preference.IntEditTextPreference
<io.bartek.ttsserver.preference.IntEditTextPreference
android:defaultValue="8080"
android:inputType="number"
android:key="preference_port"