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

Unified Diff: mobile/android/base/resources/layout/tabs_item_row.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/layout/tabs_item_row.xml
===================================================================
--- a/mobile/android/base/resources/layout/tabs_item_row.xml
+++ b/mobile/android/base/resources/layout/tabs_item_row.xml
@@ -16,9 +16,9 @@
<org.mozilla.gecko.widget.TabThumbnailWrapper
android:id="@+id/wrapper"
- android:layout_width="wrap_content"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:padding="4dip"
+ android:padding="3dip"
android:background="@drawable/tab_thumbnail"
android:duplicateParentState="true">
@@ -36,7 +36,7 @@
android:paddingLeft="8dip"
android:paddingRight="4dip"
style="@style/TabLayoutItemTextAppearance"
- android:textColor="#FFFFFFFF"
+ android:textColor="@color/abb_thumbnail_row_text"
android:textSize="14sp"
android:singleLine="false"
android:maxLines="4"
« no previous file with comments | « mobile/android/base/resources/drawable/tab_thumbnail.xml ('k') | mobile/android/base/resources/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld