From 62008e85c6ce5b36cd6fdf4e8c3d9d39017c8047 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 21 Jan 2014 19:21:34 -0500 Subject: [PATCH] show repo name in ActionBar in "Repo Details" Before, "Repo Details" always had a title of "Repositories". Now it shows the name of the repo as the title. This also enables the ActionBar back button (aka "display home as up") to return to "Manage Repos". --- AndroidManifest.xml | 3 ++- .../fdroid/fdroid/views/RepoDetailsActivity.java | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2a7bffbba..57f95bb7f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -114,7 +114,8 @@ + android:label="@string/menu_manage" + android:parentActivityName=".ManageRepo" />