From 5ffd79b39b52df041b25e6a27706f8d0f8ff7c4a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 29 Apr 2016 16:20:55 +0200 Subject: [PATCH] android: Use proper namespace for custom attribute --- .../android/app/src/main/res/layout/vpn_profile_select.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/android/app/src/main/res/layout/vpn_profile_select.xml b/src/frontends/android/app/src/main/res/layout/vpn_profile_select.xml index 7f49aa4e7d..c3102d69c6 100644 --- a/src/frontends/android/app/src/main/res/layout/vpn_profile_select.xml +++ b/src/frontends/android/app/src/main/res/layout/vpn_profile_select.xml @@ -14,7 +14,7 @@ for more details. --> @@ -25,6 +25,6 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" - strongswan:read_only="true" /> + app:read_only="true" /> \ No newline at end of file -- 2.47.2