14 lines
461 B
XML
14 lines
461 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2021 The Brave Authors. All rights reserved.
|
|
Use of this source code is governed by a BSD-style license that can be
|
|
found in the LICENSE file. -->
|
|
|
|
<resources
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:ignore="MissingTranslation">
|
|
|
|
<!-- TabSwitcher - Maximum amount to tilt tabs in over scroll in degrees. -->
|
|
<integer name="over_scroll_angle">15</integer>
|
|
|
|
</resources>
|