[fenix] Show the collections header when there are no collections
[gecko.git] / mobile / android / fenix / app / src / main / res / drawable / home_search_background_dark_no_border.xml
blob955ed46962f83ec1d3b5227796847bef61a3706d
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/. -->
5 <shape xmlns:android="http://schemas.android.com/apk/res/android">
6     <solid android:color="?inset"/>
8     <corners android:bottomRightRadius="8dp"
9              android:bottomLeftRadius="8dp"
10              android:topLeftRadius="8dp"
11              android:topRightRadius="8dp"/>
12 </shape>