From: Tobias Brunner Date: Fri, 29 Apr 2016 14:20:55 +0000 (+0200) Subject: android: Use proper namespace for custom attribute X-Git-Tag: 5.4.1dr2~16^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ffd79b39b52df041b25e6a27706f8d0f8ff7c4a;p=thirdparty%2Fstrongswan.git android: Use proper namespace for custom attribute --- 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