CopyPastor

Detecting plagiarism made easy.

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

Possible Plagiarism

Plagiarized on 2015-09-17
by Shridutt Kothari

Original Post

Original - Posted on 2015-08-31
by prashantwosti



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

Add styles for your Tablayout in styles.xml
<style name="TabTextAppearance" parent="TextAppearance.Design.Tab"> <item name="textAllCaps">false</item> </style>
then add that attribute as:
<android.support.design.widget.TabLayout android:id="@+id/tabs" app:tabTextAppearance="@style/TabTextAppearance" android:layout_width="match_parent" android:layout_height="wrap_content" />
I tested it. It'll work.
Use [Design Support Library][1] > Tabs
Add styles for your Tablayout in styles.xml
<style name="TabTextAppearance" parent="TextAppearance.Design.Tab"> <item name="textAllCaps">false</item> </style>
then add that attribute as:
<android.support.design.widget.TabLayout android:id="@+id/tabs" app:tabTextAppearance="@style/TabTextAppearance" android:layout_width="match_parent" android:layout_height="wrap_content" />
I tested it. It'll work.
Thanks
[1]: http://android-developers.blogspot.com/2015/05/android-design-support-library.html

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