What's new

Closed Ovp form.xml error need help

Status
Not open for further replies.

JomXD00

Honorary Poster
Baguhan lang ako sa modding ng ovpn kaya patulong naman
Eto ang lumalabas na error pag binibuild ko na siya:
/data/data/com.gmail.heagoo.apkeditor.pro/files/decoded/res/layout/form.xml:2: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/home').


Eto buong form.xml
<?xml version='1.0' encoding='utf-8' ?>
<LinearLayout xmlns:android="You do not have permission to view the full content of this post. Log in or register now." android:gravity="center" android:eek:rientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<include layout="@layout/home" />
<ScrollView android:id="@id/main_scroll_view" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content">
<LinearLayout android:padding="3.0mm" style="Style/group">
<LinearLayout android:id="@id/post_import_help_blurb" android:paddingBottom="10.0dip" android:visibility="gone" style="Style/info_box">
<LinearLayout android:background="@drawable/info_box" style="Style/group_wrap">
<TextView android:textStyle="bold" android:text="@string/import_help_title" style="Style/item" />
<TextView android:id="@id/import_help_text" android:text="@string/import_help_text" style="Style/subtitle" />
</LinearLayout>
</LinearLayout>
<RelativeLayout android:eek:rientation="horizontal" android:id="@id/profile_group" style="Style/prop_layout">
<LinearLayout style="Style/group">
<TextView android:text="@string/profile_prompt" style="Style/label" />
<Spinner android:id="@id/profile" android:focusable="false" android:prompt="@string/profile_prompt" style="Style/item_wrap" />
</LinearLayout>
<ImageButton android:id="@id/profile_edit" android:src="@drawable/edit" style="Style/prop_image" />
</RelativeLayout>
<RelativeLayout android:eek:rientation="horizontal" android:id="@id/proxy_group" style="Style/prop_layout">
<LinearLayout style="Style/group">
<TextView android:text="@string/proxy_prompt" style="Style/label" />
<Spinner android:id="@id/proxy" android:prompt="@string/proxy_prompt" style="Style/item_wrap" />
</LinearLayout>
<ImageButton android:id="@id/proxy_edit" android:src="@drawable/edit" style="Style/prop_image" />
</RelativeLayout>
<LinearLayout android:id="@id/server_group" style="Style/group">
<TextView android:text="@string/server_prompt" style="Style/label" />
<Spinner android:id="@id/server" android:prompt="@string/server_prompt" style="Style/item_wrap" />
</LinearLayout>
<LinearLayout android:id="@id/username_group" style="Style/group">
<TextView android:text="@string/username" style="Style/label" />
<EditText android:id="@id/username" android:nextFocusDown="@id/pk_password" android:imeOptions="actionNext" style="Style/edit" />
</LinearLayout>
<LinearLayout android:id="@id/pk_password_group" style="Style/group">
<TextView android:text="@string/pk_password" style="Style/label" />
<RelativeLayout style="Style/group_horizontal">
<EditText android:id="@id/pk_password" android:nextFocusDown="@id/password" android:password="true" android:layout_toLeftOf="@id/pk_password_save" android:layout_alignParentLeft="true" android:imeOptions="actionNext" style="Style/edit" />
<CheckBox android:id="@id/pk_password_save" android:text="@string/pk_password_save_prompt" android:layout_alignParentRight="true" style="Style/item_wrap" />
</RelativeLayout>
</LinearLayout>
<LinearLayout android:id="@id/password_group" style="Style/group">
<TextView android:text="@string/password" style="Style/label" />
<RelativeLayout style="Style/group_horizontal">
<EditText android:id="@id/password" android:nextFocusDown="@id/response" android:password="true" android:layout_toLeftOf="@id/password_save" android:layout_alignParentLeft="true" android:imeOptions="actionNext" style="Style/edit" />
<CheckBox android:id="@id/password_save" android:text="@string/password_save_prompt" android:layout_alignParentRight="true" style="Style/item_wrap" />
</RelativeLayout>
</LinearLayout>
<LinearLayout android:id="@id/cr_group" style="Style/group">
<TextView android:id="@id/challenge" style="Style/label" />
<EditText android:id="@id/response" android:imeOptions="actionNext" style="Style/edit" />
</LinearLayout>
<ProgressBar android:id="@id/progress" android:paddingBottom="8.0sp" android:layout_width="fill_parent" android:layout_height="wrap_content" style="@android:style/Widget.ProgressBar.Horizontal" />
<LinearLayout android:gravity="center_vertical" android:paddingTop="8.0sp" style="Style/group_horizontal">
<ImageView android:id="@id/status_icon" style="Style/image" />
<TextView android:id="@id/status" android:paddingLeft="8.0sp" style="Style/item" />
</LinearLayout>
<LinearLayout android:id="@id/button_group" style="Style/group">
<Button android:id="@id/connect" android:text="@string/connect" style="Style/button" />
<Button android:id="@id/disconnect" android:text="@string/disconnect" style="Style/button" />
</LinearLayout>
<LinearLayout android:id="@id/conn_details_group" android:paddingTop="8.0sp" style="Style/stats_group">
<LinearLayout android:id="@id/conn_details_boxed" style="Style/stats_boxed">
<LinearLayout android:id="@id/stats_group" style="Style/stats_section">
<TextView android:text="@string/stats_group_header" style="Style/stats_header" />
<TableLayout style="Style/stats_table">
<TableRow style="Style/stats_row">
<TextView android:text="@string/duration" style="Style/stats_key" />
<TextView android:id="@id/duration" style="Style/stats_value" />
</TableRow>
<TableRow style="Style/stats_row">
<TextView android:text="@string/last_pkt_recv" style="Style/stats_key" />
<TextView android:id="@id/last_pkt_recv" style="Style/stats_value" />
</TableRow>
<TableRow style="Style/stats_row">
<TextView android:text="@string/bytes_in" style="Style/stats_key" />
<TextView android:id="@id/bytes_in" style="Style/stats_value" />
</TableRow>
<TableRow style="Style/stats_row">
<TextView android:text="@string/bytes_out" style="Style/stats_key" />
<TextView android:id="@id/bytes_out" style="Style/stats_value" />
</TableRow>
</TableLayout>
</LinearLayout>
<LinearLayout android:id="@id/stats_expansion_group" style="Style/stats_group">
<LinearLayout android:id="@id/info_group" style="Style/stats_section">
<TextView android:paddingTop="12.0sp" android:text="@string/info_group_header" style="Style/stats_header" />
<TableLayout style="Style/stats_table">
<TableRow android:id="@id/ipv4_addr_row" style="Style/stats_row">
<TextView android:text="@string/ipv4_addr" style="Style/stats_key" />
<TextView android:id="@id/ipv4_addr" style="Style/stats_value" />
</TableRow>
<TableRow android:id="@id/ipv6_addr_row" style="Style/stats_row">
<TextView android:text="@string/ipv6_addr" style="Style/stats_key" />
<TextView android:id="@id/ipv6_addr" style="Style/stats_value" />
</TableRow>
<TableRow android:id="@id/user_row" style="Style/stats_row">
<TextView android:text="@string/user" style="Style/stats_key" />
<TextView android:id="@id/user" style="Style/stats_value" />
</TableRow>
<TableRow android:id="@id/client_ip_row" style="Style/stats_row">
<TextView android:text="@string/client_ip" style="Style/stats_key" />
<TextView android:id="@id/client_ip" style="Style/stats_value" />
</TableRow>
<TableRow android:id="@id/server_host_row" style="Style/stats_row">
<TextView android:text="@string/server_host" style="Style/stats_key" />
<TextView android:id="@id/server_host" style="Style/stats_value" />
</TableRow>
<TableRow android:id="@id/server_ip_row" style="Style/stats_row">
<TextView android:text="@string/server_ip" style="Style/stats_key" />
<TextView android:id="@id/server_ip" style="Style/stats_value" />
</TableRow>
<TableRow android:id="@id/server_port_row" style="Style/stats_row">
<TextView android:text="@string/server_port" style="Style/stats_key" />
<TextView android:id="@id/server_port" style="Style/stats_value" />
</TableRow>
<TableRow android:id="@id/server_proto_row" style="Style/stats_row">
<TextView android:text="@string/server_proto" style="Style/stats_key" />
<TextView android:id="@id/server_proto" style="Style/stats_value" />
</TableRow>
</TableLayout>
</LinearLayout>
</LinearLayout>
<TextView android:textAppearance="?android:textAppearanceSmall" android:textColor="#ff8080ff" android:layout_gravity="center_horizontal" android:id="@id/details_more_less" android:paddingTop="8.0sp" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
<LinearLayout android:padding="5.0dip" style="Style/group">
<View style="Style/spacer16" />
<LinearLayout android:eek:rientation="horizontal" style="Style/ad_layout">
<ImageView android:src="@drawable/pt" style="Style/ad_image" />
<LinearLayout android:eek:rientation="vertical" style="Style/ad_layout">
<TextView android:text="@string/privatetunnel_ad" style="Style/item" />
<TextView android:autoLink="web" android:text="@string/privatetunnel_link" style="Style/item" />
</LinearLayout>
</LinearLayout>
<View style="Style/spacer16" />
<LinearLayout android:eek:rientation="horizontal" style="Style/ad_layout">
<ImageView android:src="@drawable/icon" style="Style/ad_image" />
<LinearLayout android:eek:rientation="vertical" style="Style/ad_layout">
<TextView android:text="@string/openvpn_ad" style="Style/item" />
<TextView android:autoLink="web" android:text="@string/openvpn_link" style="Style/item" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
<View style="Style/spacer16" />
<TextView android:textStyle="bold" android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="110.0dip" />
</LinearLayout>
</ScrollView>
</LinearLayout>

Saan po mali?? Paano ayusin? Salamat sa sasagot
 
Status
Not open for further replies.
Back
Top