From bb65d4511af541df6728ffea1df96f66837e518e Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 3 Jun 2014 19:05:06 +0200 Subject: [PATCH] Fixed selected accounts when imported from another device Refs #1699 --- CHANGELOG.md | 1 + res/layout/settings.xml | 2 ++ src/biz/bokhorst/xprivacy/ActivityMain.java | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec097c73..d3d6e69cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Changelog * Show all usage data ([issue](/../../issues/1695)) * Show toggle on demand restricting on/off always ([issue](/../../issues/1697)) * Added option to merge template with existing restrictions ([issue](/../../issues/1700)) +* Fixed selected accounts when imported from another device ([issue](/../../issues/1699)) * Updated Dutch translation * Updated German translation * Updated Lithuanian translation diff --git a/res/layout/settings.xml b/res/layout/settings.xml index cfd634714..39fdce1d3 100644 --- a/res/layout/settings.xml +++ b/res/layout/settings.xml @@ -87,6 +87,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="30dip" + android:background="?attr/color_dangerous" android:text="@string/settings_syscomponents" />