зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1141665: Add vertical separator between the Synced Tabs split pane list views. r=nalexander
This commit is contained in:
Родитель
cac13216a3
Коммит
a4de9f0675
|
@ -30,6 +30,11 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<View
|
||||
android:layout_width="1dp"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#D7D9DB" />
|
||||
|
||||
<org.mozilla.gecko.home.HomeListView
|
||||
android:id="@+id/tabs_list"
|
||||
style="@style/Widget.RemoteTabsListView"
|
||||
|
|
Загрузка…
Ссылка в новой задаче