Skip to content

Commit

Permalink
Remove unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
renanferrari committed May 19, 2020
1 parent a0f5eca commit 9360938
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 44 deletions.
11 changes: 0 additions & 11 deletions WordPress/src/main/res/drawable/bg_oval_white.xml

This file was deleted.

11 changes: 0 additions & 11 deletions WordPress/src/main/res/drawable/blavatar_border.xml

This file was deleted.

13 changes: 0 additions & 13 deletions WordPress/src/main/res/drawable/ic_user_circle_white_24dp.xml

This file was deleted.

3 changes: 0 additions & 3 deletions WordPress/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@
<dimen name="me_list_row_padding_horizontal">@dimen/content_margin</dimen>

<!--site picker-->
<dimen name="site_picker_blavatar_margin_left">7dp</dimen>
<dimen name="site_picker_blavatar_margin_right">15dp</dimen>

<dimen name="menu_item_height">48dp</dimen>
<dimen name="menu_item_width">256sp</dimen>
<dimen name="menu_item_margin_normal">16dp</dimen>
Expand Down
5 changes: 1 addition & 4 deletions WordPress/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2325,10 +2325,9 @@
<string name="enter_wpcom_password_google">To proceed with this Google account, please provide the matching WordPress.com password. This will be asked only once.</string>
<string name="connect_more">Connect another site</string>
<string name="connect_site">Connect a site</string>
<string name="login_continue">Continue</string>
<string name="login_continue" tools:ignore="UnusedResources">Continue</string>
<string name="login_done">Done</string>
<string name="login_already_logged_in_wpcom">Already logged in to WordPress.com</string>
<string name="login_username_at">\@%s</string>
<string name="enter_site_address">Enter the address of the WordPress site you\'d like to connect.</string>
<string name="enter_site_address_share_intent">Enter the address of your WordPress site you\'d like to share the content to.</string>
<string name="login_site_address">Site address</string>
Expand All @@ -2346,7 +2345,6 @@
<string name="login_empty_2fa">Please enter a verification code</string>
<string name="login_email_button_signup">Don\'t have an account? %1$sSign up%2$s</string>
<string name="login_email_client_not_found">Can\'t detect your email client app</string>
<string name="login_logged_in_as">Logged in as</string>
<string name="login_epilogue_mysites_one">My site</string>
<string name="login_epilogue_mysites_other">My sites</string>
<string name="login_google_button_suffix">Log in with Google.</string>
Expand Down Expand Up @@ -2384,7 +2382,6 @@
<string name="signup_epilogue_error_generic">There was some trouble updating your account. You can retry or revert your changes to continue.</string>
<string name="signup_epilogue_error_button_negative">Revert</string>
<string name="signup_epilogue_error_button_positive">Retry</string>
<string name="signup_epilogue_heading">New account</string>
<string name="signup_epilogue_hint_display">Display Name</string>
<string name="signup_epilogue_hint_password">Password (optional)</string>
<string name="signup_epilogue_hint_password_detail">You can always log in with a magic link like the one you just used, but you can also set up a password if you prefer.</string>
Expand Down
2 changes: 0 additions & 2 deletions libs/login/WordPressLoginFlow/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<string name="login_continue">Continue</string>
<string name="login_done">Done</string>
<string name="login_already_logged_in_wpcom">Already logged in to WordPress.com</string>
<string name="login_username_at">\@%s</string>
<string name="enter_site_address">Enter the address of the WordPress site you\'d like to connect.</string>
<string name="enter_site_address_share_intent">Enter the address of your WordPress site you\'d like to share the content to.</string>
<string name="login_site_address">Site address</string>
Expand All @@ -56,7 +55,6 @@
<string name="login_empty_2fa">Please enter a verification code</string>
<string name="login_email_button_signup">Don\'t have an account? %1$sSign up%2$s</string>
<string name="login_email_client_not_found">Can\'t detect your email client app</string>
<string name="login_logged_in_as">Logged in as</string>
<string name="login_google_button_suffix">Log in with Google.</string>
<string name="login_error_button">Close</string>
<string name="login_error_email_not_found_v2">There\'s no WordPress.com account matching this Google account.</string>
Expand Down

0 comments on commit 9360938

Please sign in to comment.