Backed out 3 changesets (bug 1901078, bug 1749048) for causing interface related...
[gecko.git] / mobile / android / fenix / app / src / main / res / drawable / tab_tray_grid_item_selected_border.xml
blobe267cbc89901c6a69a9a530a269c34690ddc66b9
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3    - License, v. 2.0. If a copy of the MPL was not distributed with this
4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <layer-list
7     xmlns:android="http://schemas.android.com/apk/res/android">
9     <item
10         android:bottom="4dp"
11         android:left="4dp"
12         android:right="4dp"
13         android:top="4dp">
15         <shape
16             android:shape="rectangle">
18             <stroke
19                 android:width="4dp"
20                 android:color="@color/fx_mobile_border_color_accent" />
22             <corners android:radius="@dimen/tab_tray_grid_item_outer_border_radius" />
23         </shape>
25     </item>
27 </layer-list>