Bug 1217003 - Tabs tray (List): Use different text color and close button style if tab is selected. r=margaret

This will create feature parity with the look & feel of tabs in the grid view.

--HG--
extra : commitid : 3eOQy5B93tt
extra : rebase_source : b2079bb0cf7fbba0b82010c22b59b58e8dbd9905
This commit is contained in:
Sebastian Kaspari 2015-10-22 12:30:54 +02:00
Родитель 028de34297
Коммит 6a4c749dd9
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -35,14 +35,15 @@
android:layout_weight="1.0"
android:paddingTop="4dip"
android:paddingLeft="8dip"
android:paddingRight="4dip">
android:paddingRight="4dip"
android:duplicateParentState="true">
<TextView android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1.0"
style="@style/TabLayoutItemTextAppearance"
android:textColor="#FFFFFFFF"
android:textColor="@color/tab_item_title"
android:textSize="14sp"
android:gravity="center_vertical"
android:singleLine="false"
@ -59,6 +60,7 @@
android:background="@drawable/action_bar_button_inverse"
android:scaleType="center"
android:contentDescription="@string/close_tab"
android:src="@drawable/tab_close"/>
android:src="@drawable/tab_item_close_button"
android:duplicateParentState="true"/>
</org.mozilla.gecko.tabs.TabsLayoutItemView>