2021-05-12 13:02:44 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.util.views.DarkOverflowToolbar
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
2022-05-26 17:32:52 -03:00
|
|
|
android:layout_height="@dimen/signal_m3_toolbar_height"
|
2022-06-10 16:20:02 -03:00
|
|
|
android:background="@color/signal_colorBackground"
|
2022-05-26 17:32:52 -03:00
|
|
|
android:minHeight="@dimen/signal_m3_toolbar_height"
|
2021-05-12 13:02:44 -03:00
|
|
|
android:theme="?attr/settingsToolbarStyle"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
2021-08-02 10:23:35 -03:00
|
|
|
app:navigationContentDescription="@string/DSLSettingsToolbar__navigate_up"
|
2022-05-26 17:32:52 -03:00
|
|
|
app:navigationIcon="@drawable/ic_arrow_left_24"
|
|
|
|
app:titleTextAppearance="@style/Signal.Text.TitleLarge"
|
2021-05-03 11:34:41 -03:00
|
|
|
tools:title="Settings" />
|
2021-05-12 13:02:44 -03:00
|
|
|
|
|
|
|
</merge>
|