| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| SPDX-FileCopyrightText: 2021-2024 The LineageOS Project |
| SPDX-License-Identifier: Apache-2.0 |
| --> |
| <RelativeLayout |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content"> |
| |
| <Button |
| android:id="@+id/navbar_skip" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_alignParentStart="true" |
| android:text="@string/skip" |
| android:visibility="gone" |
| style="@style/SudGlifButton.Secondary" /> |
| |
| <Button |
| android:id="@+id/navbar_next" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_alignParentEnd="true" |
| android:text="@string/next" |
| style="@style/SudGlifButton.Primary" /> |
| |
| </RelativeLayout> |