mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
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:
parent
b3fddbaeed
commit
f724e346c9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user