Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/drawable/tab_thumbnail.xml

Issue 29325144: Issue 2932 - Create an Adblock Browser specific look and feel (Closed)
Patch Set: Created Aug. 27, 2015, 10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/drawable/tab_thumbnail.xml
===================================================================
--- a/mobile/android/base/resources/drawable/tab_thumbnail.xml
+++ b/mobile/android/base/resources/drawable/tab_thumbnail.xml
@@ -10,7 +10,7 @@
<shape android:shape="rectangle">
<solid android:color="#B3FF9500"/>
- <corners android:radius="3dp"/>
+ <corners android:radius="1dp"/>
</shape>
</item>
@@ -19,7 +19,7 @@
<shape android:shape="rectangle">
<solid android:color="#B3FF9500"/>
- <corners android:radius="3dp"/>
+ <corners android:radius="1dp"/>
</shape>
</item>
@@ -28,7 +28,7 @@
<shape android:shape="rectangle">
<solid android:color="#FFFF0000"/>
- <corners android:radius="3dp"/>
+ <corners android:radius="1dp"/>
</shape>
</item>
@@ -40,7 +40,7 @@
<shape android:shape="rectangle">
<solid android:color="@color/fennec_ui_orange"/>
- <corners android:radius="3dp"/>
+ <corners android:radius="1dp"/>
</shape>
</item>
« no previous file with comments | « mobile/android/base/resources/drawable/shaped_button.xml ('k') | mobile/android/base/resources/layout/tabs_item_row.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld