Commit 52cf3c38 authored by fallenstardust's avatar fallenstardust

修正布局绑定路径

parent b8293207
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/mycard_fragment"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"> android:orientation="vertical">
</LinearLayout> </LinearLayout>
\ No newline at end of file
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:id="@+id/mycard_fragment"
android:background="@drawable/mycard" android:background="@drawable/mycard"
android:orientation="horizontal"> android:orientation="horizontal">
......
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
tools:layout="@layout/main_fragment" /> tools:layout="@layout/main_fragment" />
<fragment <fragment
android:id="@+id/mycard_fragment" android:id="@+id/mycard_fragment"
android:name="cn.garymb.ygomobile.ui.mycard.MyCardFragment" android:name="cn.garymb.ygomobile.ui.mycard.MycardFragment"
tools:layout="@layout/mycard_fragment" /> tools:layout="@layout/mycard_fragment" />
<fragment <fragment
android:id="@+id/setting_fragment" android:id="@+id/setting_fragment"
android:name="cn.garymb.ygomobile.ui.cn.garymb.ygomobile.ui.preference.fragments.SettingFragment" android:name="cn.garymb.ygomobile.ui.preference.fragments.SettingFragment"
tools:layout="@layout/activity_settings" /> tools:layout="@layout/activity_settings" />
</navigation> </navigation>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment