Merge "[Settings] Expand the display area of PIN error message" am: 7f348f2ba9
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1928382 Change-Id: I89ab03dd12306cbcdf1460c9c940253ba0c2b67b
This commit is contained in:
@@ -587,6 +587,7 @@ public class IccLockSettings extends SettingsPreferenceFragment
|
||||
.inflate(com.android.internal.R.layout.transient_notification, null);
|
||||
final TextView tv = (TextView) v.findViewById(com.android.internal.R.id.message);
|
||||
tv.setText(errorMessage);
|
||||
tv.setSingleLine(false);
|
||||
|
||||
final WindowManager.LayoutParams params = new WindowManager.LayoutParams();
|
||||
final Configuration config = v.getContext().getResources().getConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user