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" />