Loading res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ <!-- The format string for the dimensions of a widget in the drawer --> <!-- There is a special version of this format string for Farsi --> <string name="widget_dims_format">%1$d \u00d7 %2$d</string> <!-- Accessibility spoken message format for the dimensions of a widget in the drawer --> <string name="widget_accessible_dims_format">%1$d wide by %2$d high</string> <!-- All Apps --> <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> Loading src/com/android/launcher3/widget/WidgetCell.java +2 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,8 @@ public class WidgetCell extends LinearLayout implements OnLayoutChangeListener { mWidgetName.setText(mItem.label); mWidgetDims.setText(getContext().getString(R.string.widget_dims_format, mItem.spanX, mItem.spanY)); mWidgetDims.setContentDescription(getContext().getString( R.string.widget_accessible_dims_format, mItem.spanX, mItem.spanY)); mWidgetPreviewLoader = loader; if (item.activityInfo != null) { Loading Loading
res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ <!-- The format string for the dimensions of a widget in the drawer --> <!-- There is a special version of this format string for Farsi --> <string name="widget_dims_format">%1$d \u00d7 %2$d</string> <!-- Accessibility spoken message format for the dimensions of a widget in the drawer --> <string name="widget_accessible_dims_format">%1$d wide by %2$d high</string> <!-- All Apps --> <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> Loading
src/com/android/launcher3/widget/WidgetCell.java +2 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,8 @@ public class WidgetCell extends LinearLayout implements OnLayoutChangeListener { mWidgetName.setText(mItem.label); mWidgetDims.setText(getContext().getString(R.string.widget_dims_format, mItem.spanX, mItem.spanY)); mWidgetDims.setContentDescription(getContext().getString( R.string.widget_accessible_dims_format, mItem.spanX, mItem.spanY)); mWidgetPreviewLoader = loader; if (item.activityInfo != null) { Loading