зеркало из https://github.com/mozilla/gecko-dev.git
Bug 700434: Dismiss doorhangers on touching outside it [r=mfinkle]
This commit is contained in:
Родитель
1c8dfdcdde
Коммит
33d48f9342
|
@ -64,6 +64,7 @@ public class DoorHangerPopup extends PopupWindow {
|
|||
mContext = aContext;
|
||||
|
||||
setBackgroundDrawable(new BitmapDrawable());
|
||||
setOutsideTouchable(true);
|
||||
setWindowLayoutMode(ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
|
||||
|
||||
LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
||||
|
|
Загрузка…
Ссылка в новой задаче