chromium/chrome/browser/safety_hub/android/java/res/layout/safety_hub_bottom_elements.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:layout_gravity="center" >

    <include layout="@layout/horizontal_divider"/>

    <org.chromium.ui.widget.ButtonCompat
        android:id="@+id/safety_hub_permissions_button"
        android:text="@string/got_it"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_margin="16dp"
        android:focusable="true"
        style="@style/FilledButton" />
</LinearLayout>