CopyPastor

Detecting plagiarism made easy.

Score: 1.7819592730856093; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Plagiarized on 2016-04-29
by USKMobility

Original Post

Original - Posted on 2015-11-30
by Amrut



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

Create theme in style.xml
<style name="NavigationTheme" parent="AppTheme"> <item name="android:textSize">16sp</item> <item name="android:layout_marginBottom">02dp</item> </style>
Apply this theme in Navigation Drawer
android:theme="@style/NavigationTheme"
Create following Theme in your styles.xml for Navigation Drawer and you're done.
<style name="NavigationTheme" parent="AppTheme"> <item name="android:textSize">16sp</item> <item name="android:layout_marginBottom">02dp</item> </style>
Apply this theme to your navigation drawer layout

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