CopyPastor

Detecting plagiarism made easy.

Score: 0.8308572769165039; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2013-08-19
by mdDroid

Original Post

Original - Posted on 2013-07-05
by Marko Niciforovic



            
Present in both answers; Present only in the new answer; Present only in the old answer;

try this
activity which has the Theme.Dialog style set, do this:
@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
setContentView(R.layout.your_layout);
getWindow().setLayout(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT); }
In your activity which has the Theme.Dialog style set, do this:
@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.your_layout); getWindow().setLayout(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT); }

        
Present in both answers; Present only in the new answer; Present only in the old answer;