Files
brave-core/android/java/res/layout/bookmark_widget.xml
T
deeppandya a15b29094e Update bookmark widget
Fix crash of searchbar and qr code scanner in widget

resolve bookmarl widget UI

Address year in copyright string
2022-11-01 20:27:53 -04:00

16 lines
728 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/bookmarks_list"
style="@style/DarkModeCompatibleVerticalScrolling"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp"
android:background="@drawable/quick_action_search_and_bookmark_widget_background"
android:divider="@null"
android:drawSelectorOnTop="true"
android:listSelector="@drawable/bookmark_widget_list_selector"
android:alpha="0.9" />