Remove wear strings

pull/3074/head
Alex Baker 1 year ago
parent a971a1372d
commit 1200a7625a

@ -15,7 +15,6 @@ import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.tooling.preview.Preview
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
@ -32,7 +31,6 @@ import androidx.wear.compose.navigation.composable
import androidx.wear.compose.navigation.rememberSwipeDismissableNavController
import androidx.wear.tooling.preview.devices.WearDevices
import com.google.android.horologist.compose.layout.AppScaffold
import org.tasks.R
import org.tasks.presentation.screens.SettingsScreen
import org.tasks.presentation.screens.SettingsViewModel
import org.tasks.presentation.screens.TaskListScreen
@ -134,7 +132,7 @@ fun Greeting(greetingName: String) {
modifier = Modifier.fillMaxWidth(),
textAlign = TextAlign.Center,
color = MaterialTheme.colors.primary,
text = stringResource(R.string.hello_world, greetingName)
text = "id=$greetingName"
)
}

@ -1,3 +0,0 @@
<resources>
<string name="hello_world">From the Round world,\nHello, %1$s!</string>
</resources>

@ -1,8 +1,3 @@
<resources>
<string name="app_name">Tasks.org</string>
<!--
This string is used for square devices and overridden by hello_world in
values-round/strings.xml for round devices.
-->
<string name="hello_world">From the Square world,\nHello, %1$s!</string>
<string name="app_name">Tasks</string>
</resources>
Loading…
Cancel
Save