From 997f875b2044b25ca34bd7939f2f5a585b651fdc Mon Sep 17 00:00:00 2001 From: Gerhard Olsson Date: Sat, 15 Jun 2019 22:10:20 +0200 Subject: [PATCH] Backbutton in toolbar for 2.x --- app/AndroidManifest.xml | 38 +++++++++++++++++++++++++++------- app/froyo/AndroidManifest.xml | 5 ++--- app/latest/AndroidManifest.xml | 3 +-- 3 files changed, 34 insertions(+), 12 deletions(-) diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index 51b661175..a90a016d9 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -114,7 +114,7 @@ + android:value="org.runnerup.view.MainLayout"/> + android:value="org.runnerup.view.MainLayout"/> + android:value="org.runnerup.view.MainLayout"/> + android:theme="@style/AppTheme"> + + + @@ -156,6 +161,10 @@ android:label="@string/Manage_workouts" android:parentActivityName=".view.MainLayout" android:theme="@style/AppTheme"> + + @@ -190,19 +199,34 @@ + android:theme="@style/AppTheme"> + + + + android:theme="@style/AppTheme"> + + + + android:theme="@style/AppTheme"> + + + diff --git a/app/froyo/AndroidManifest.xml b/app/froyo/AndroidManifest.xml index c97085c45..d5414bc3c 100644 --- a/app/froyo/AndroidManifest.xml +++ b/app/froyo/AndroidManifest.xml @@ -15,10 +15,9 @@ ~ along with this program. If not, see . --> + xmlns:tools="http://schemas.android.com/tools"> - + . --> + xmlns:tools="http://schemas.android.com/tools">