Bug 1150742 - Remove new_tablet from tab_strip_add_tab. r=mhaigh

This commit is contained in:
Michael Comella 2015-08-12 14:06:16 -07:00
parent 3708272f58
commit 8eaf4071ab
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
android:id="@+id/add_tab"
style="@style/UrlBar.ImageButton"
android:layout_width="@dimen/new_tablet_tab_strip_height"
android:src="@drawable/new_tablet_tab_strip_add_tab"
android:src="@drawable/tab_strip_add_tab"
android:contentDescription="@string/new_tab"
android:layout_marginRight="9dp"
android:background="@drawable/tab_strip_button"/>