Loading app/src/main/kotlin/at/bitfire/davdroid/ui/AccountsScreen.kt +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ fun AccountList( .padding(8.dp) ) { Text( text = stringResource(R.string.account_list_welcome), text = stringResource(R.string.e_account_list_welcome), style = MaterialTheme.typography.headlineSmall, textAlign = TextAlign.Center, modifier = Modifier Loading app/src/main/res/values/e_strings.xml 0 → 100644 +5 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Account Manager</string> <string name="e_account_list_welcome">Welcome to Account Manager!</string> </resources> app/src/main/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <resources xmlns:tools="http://schemas.android.com/tools"> <!-- common strings --> <string name="app_name" translatable="false">DAVx⁵</string> <string name="davx_app_name" translatable="false">DAVx⁵</string> <string name="account_invalid">Account does not exist (anymore)</string> <string name="account_type" translatable="false">bitfire.at.davdroid</string> Loading app/src/main/res/xml/account_authenticator.xml +1 −1 Original line number Diff line number Diff line <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/account_type" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:label="@string/davx_app_name" android:smallIcon="@mipmap/ic_launcher" android:accountPreferences="@xml/sync_prefs" /> No newline at end of file Loading
app/src/main/kotlin/at/bitfire/davdroid/ui/AccountsScreen.kt +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ fun AccountList( .padding(8.dp) ) { Text( text = stringResource(R.string.account_list_welcome), text = stringResource(R.string.e_account_list_welcome), style = MaterialTheme.typography.headlineSmall, textAlign = TextAlign.Center, modifier = Modifier Loading
app/src/main/res/values/e_strings.xml 0 → 100644 +5 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Account Manager</string> <string name="e_account_list_welcome">Welcome to Account Manager!</string> </resources>
app/src/main/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <resources xmlns:tools="http://schemas.android.com/tools"> <!-- common strings --> <string name="app_name" translatable="false">DAVx⁵</string> <string name="davx_app_name" translatable="false">DAVx⁵</string> <string name="account_invalid">Account does not exist (anymore)</string> <string name="account_type" translatable="false">bitfire.at.davdroid</string> Loading
app/src/main/res/xml/account_authenticator.xml +1 −1 Original line number Diff line number Diff line <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/account_type" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:label="@string/davx_app_name" android:smallIcon="@mipmap/ic_launcher" android:accountPreferences="@xml/sync_prefs" /> No newline at end of file