gecko/mobile/android/base/resources/layout/tabs_tray.xml
Sriram Ramasubramanian db253561b6 Bug 811238: Cache color hint in tabs-tray. [r=mfinkle]
--HG--
extra : rebase_source : cf65f59a3ab0b932b57146f2d7613d1b36cf8650
2012-12-06 11:09:37 -08:00

12 lines
571 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/list"
style="@style/TabsList"
android:background="@android:color/transparent"
android:cacheColorHint="@android:color/transparent"
android:divider="@drawable/tabs_tray_list_divider"/>