Bug 1068366 - Update "Hidden devices" footer visual style in Remote Tabs home panel. r=trivial

The background colour was already correct.  This updates the text color
to match the mock, and adds a background selector that styles the footer
correctly when it is tapped.
This commit is contained in:
Nick Alexander 2014-10-01 11:45:05 -07:00
Родитель b3fddbaeed
Коммит f724e346c9
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -18,9 +18,11 @@
<TextView
android:id="@+id/hidden_devices"
style="@style/Widget.Home.ActionItem"
android:background="@drawable/action_bar_button"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:maxLength="1024" />
android:maxLength="1024"
android:textColor="@color/home_text_color_disabled" />
</LinearLayout>