Revision control
Copy as Markdown
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<!-- We suppress MergeRootFrame: we heavily interact with this container and it's more natural to
interact with it than the root view. Also, the code was already written and it's non-trivial to change. -->
android:id="@+id/settings_container"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginStart="80dp"
android:layout_marginEnd="80dp"
tools:ignore="MergeRootFrame"/>