for more details.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:strongswan="http://schemas.android.com/apk/res/org.strongswan.android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
- strongswan:read_only="true" />
+ app:read_only="true" />
</LinearLayout>
\ No newline at end of file