22 lines
No EOL
1 KiB
XML
22 lines
No EOL
1 KiB
XML
<?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"
|
|
android:layout_height="@dimen/signal_m3_toolbar_height"
|
|
android:background="@null"
|
|
android:minHeight="@dimen/signal_m3_toolbar_height"
|
|
android:theme="?attr/settingsToolbarStyle"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
app:navigationContentDescription="@string/DSLSettingsToolbar__navigate_up"
|
|
app:navigationIcon="@drawable/ic_arrow_left_24"
|
|
app:titleTextAppearance="@style/Signal.Text.TitleLarge"
|
|
tools:title="Settings" />
|
|
|
|
</merge> |