CopyPastor

Detecting plagiarism made easy.

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

Possible Plagiarism

Plagiarized on 2023-01-09
by Devesh Kumawat

Original Post

Original - Posted on 2012-08-25
by Arefin



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

Create this file in drawable folder like bg_rounded.xml <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <solid android:color="yourcolor"/> <size android:width="120dp" android:height="120dp"/> </shape>
This is a simple circle as a drawable in Android.


<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <solid android:color="#666666"/> <size android:width="120dp" android:height="120dp"/> </shape>

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