Bug 1141665: Add vertical separator between the Synced Tabs split pane list views. r=nalexander

This commit is contained in:
vivek 2015-03-10 17:02:00 -07:00
Родитель cac13216a3
Коммит a4de9f0675
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -30,6 +30,11 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent"/> android:layout_height="match_parent"/>
<View
android:layout_width="1dp"
android:layout_height="match_parent"
android:background="#D7D9DB" />
<org.mozilla.gecko.home.HomeListView <org.mozilla.gecko.home.HomeListView
android:id="@+id/tabs_list" android:id="@+id/tabs_list"
style="@style/Widget.RemoteTabsListView" style="@style/Widget.RemoteTabsListView"