Create root package for code
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user