mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Add a new string for widget configuration drop target
Test: manual. See screenshot in b/201286923 Fix: 201286923 Change-Id: I5be4f723523befe359b922273d11f57fb9f0b3fd
This commit is contained in:
@@ -198,8 +198,11 @@
|
||||
<!-- Error text that lets a user know that the widget can't load. -->
|
||||
<string name="gadget_error_text">Can\'t load widget</string>
|
||||
|
||||
<!-- Button text. This button lets a user change a widget's settings. -->
|
||||
<string name="gadget_setup_text">Widget settings</string>
|
||||
|
||||
<!-- Instructional text to encourage a user to finish setting up the widget. -->
|
||||
<string name="gadget_setup_text">Tap to finish setup</string>
|
||||
<string name="gadget_complete_setup_text">Tap to finish setup</string>
|
||||
|
||||
<!-- Text to inform the user that they can't uninstall a system application -->
|
||||
<string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
|
||||
|
||||
@@ -268,8 +268,8 @@ public class PendingAppWidgetHostView extends LauncherAppWidgetHostView
|
||||
if (availableWidth > 0) {
|
||||
// Recreate the setup text.
|
||||
mSetupTextLayout = new StaticLayout(
|
||||
getResources().getText(R.string.gadget_setup_text), mPaint, availableWidth,
|
||||
Layout.Alignment.ALIGN_CENTER, 1, 0, true);
|
||||
getResources().getText(R.string.gadget_complete_setup_text), mPaint,
|
||||
availableWidth, Layout.Alignment.ALIGN_CENTER, 1, 0, true);
|
||||
int textHeight = mSetupTextLayout.getHeight();
|
||||
|
||||
// Extra icon size due to the setting icon
|
||||
|
||||
Reference in New Issue
Block a user