Commit 52cf3c38 authored by fallenstardust's avatar fallenstardust

修正布局绑定路径

parent b8293207
<?xml version="1.0" encoding="utf-8"?>
<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_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
android:orientation="vertical">
</LinearLayout>
\ No newline at end of file
......@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/mycard_fragment"
android:background="@drawable/mycard"
android:orientation="horizontal">
......
......@@ -11,11 +11,11 @@
tools:layout="@layout/main_fragment" />
<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" />
<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" />
</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