Loading src/com/android/settings/TrustedCredentialsDialogBuilder.java +2 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,8 @@ class TrustedCredentialsDialogBuilder extends AlertDialog.Builder { LinearLayout certLayout = new LinearLayout(mActivity); certLayout.setOrientation(LinearLayout.VERTICAL); // Prevent content overlapping with spinner certLayout.setClipChildren(true); certLayout.addView(spinner); for (int i = 0; i < views.size(); ++i) { View certificateView = views.get(i); Loading Loading
src/com/android/settings/TrustedCredentialsDialogBuilder.java +2 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,8 @@ class TrustedCredentialsDialogBuilder extends AlertDialog.Builder { LinearLayout certLayout = new LinearLayout(mActivity); certLayout.setOrientation(LinearLayout.VERTICAL); // Prevent content overlapping with spinner certLayout.setClipChildren(true); certLayout.addView(spinner); for (int i = 0; i < views.size(); ++i) { View certificateView = views.get(i); Loading