File tree Expand file tree Collapse file tree
java/org/wordpress/android/ui/accounts/login/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,18 +8,16 @@ import androidx.compose.runtime.Composable
88import androidx.compose.ui.Modifier
99import androidx.compose.ui.layout.ContentScale
1010import androidx.compose.ui.res.painterResource
11- import androidx.compose.ui.res.stringResource
1211import androidx.compose.ui.tooling.preview.Devices
1312import androidx.compose.ui.tooling.preview.Preview
1413import org.wordpress.android.R.drawable
15- import org.wordpress.android.R.string
1614import org.wordpress.android.ui.compose.theme.AppTheme
1715
1816@Composable
1917fun TopLinearGradient (modifier : Modifier = Modifier ) {
2018 Image (
2119 painter = painterResource(drawable.bg_jetpack_login_splash_top_gradient),
22- contentDescription = stringResource(string.login_prologue_revamped_content_description_top_bg) ,
20+ contentDescription = null ,
2321 contentScale = ContentScale .FillBounds ,
2422 modifier = modifier
2523 .fillMaxWidth()
Original file line number Diff line number Diff line change 1313 <string name =" app_tagline" >Site security and performance from your pocket</string >
1414 <string name =" continue_with_wpcom_no_signup" >Continue with WordPress.com</string >
1515 <string name =" login_prologue_revamped_content_description_jetpack_logo" >Jetpack logo</string >
16- <string name =" login_prologue_revamped_content_description_top_bg" >Jetpack top background fade</string >
1716
1817 <string name =" login_prologue_revamped_jetpack_feature_text_1" >Update a plugin</string >
1918 <string name =" login_prologue_revamped_jetpack_feature_text_2" >Build a site</string >
You can’t perform that action at this time.
0 commit comments