Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit 6b36814

Browse files
Update AlertController.java
1 parent e209a1a commit 6b36814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialStuffLibrary/src/com/lb/material_stuff_library/internal/AlertController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ private void setupView()
316316
if(mView!=null)
317317
{
318318
customPanel=(FrameLayout)mWindow.findViewById(R.id.customPanel);
319-
final FrameLayout custom=(FrameLayout)mWindow.findViewById(android.R.id.custom);
319+
final FrameLayout custom=(FrameLayout)mWindow.findViewById(R.id.custom);
320320
custom.addView(mView,new LayoutParams(MATCH_PARENT,MATCH_PARENT));
321321
if(mViewSpacingSpecified)
322322
custom.setPadding(mViewSpacingLeft,mViewSpacingTop,mViewSpacingRight,mViewSpacingBottom);

0 commit comments

Comments
 (0)