From baa9b9af78868b82e6eefae841c18b85c70e2c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gillet?= Date: Fri, 19 Nov 2021 23:53:15 +0100 Subject: [PATCH] Overwrite title in ShareActivity toolbar --- res/layout/toolbar.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/toolbar.xml b/res/layout/toolbar.xml index 489378a4..9b2474d9 100644 --- a/res/layout/toolbar.xml +++ b/res/layout/toolbar.xml @@ -4,11 +4,13 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" android:theme="@style/ThemeOverlay.AppCompat.ActionBar"> + android:elevation="8dp" + app:title="@string/kde_connect"/> \ No newline at end of file