gecko/embedding/android/resources/layout/tabs_tray.xml
Sriram Ramasubramanian 3ea80c8427 Bug 695152 - Tabs tray implementation for native UI. r=mfinkle
--HG--
extra : rebase_source : 81efd1c8844a1ecdf49be1ee28060c4e8198e23d
2011-10-24 12:20:27 -07:00

10 lines
417 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/address_bar_button_middle"
android:cacheColorHint="#fff"
android:divider="#666666"
android:dividerHeight="1dp"/>