esmail3309
دوشنبه 17 شهریور 1393, 17:23 عصر
سلام دوستان
می خواستم طبق این (http://dharmangsoni.blogspot.com/2013/11/simple-navigational-drawer-layout-in.html)آموزش به برنامم یک navigation drawer ساده اذافه کنم
خب باید داخل لیوتم این کد هارو قرار بدم:
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<FrameLayout
android:id="@+id/frame_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<ListView
android:id="@+id/drawer_list"
android:layout_width="240dp"
android:background="#fff"
android:layout_height="match_parent"
android:layout_gravity="start" />
</android.support.v4.widget.DrawerLayout>
مشکل اینجاست که من داخل لیوتم از گریدویو و.. استفاده میکنم
خب من چطور کد رو به لیوتم اذافه کنم؟
راستی میشه درباره ی کد بالا یه توضیحی بدید؟ اونجوری که من فهمیدم نمیشه به همچین کدایی محتوایی مثل دکمه یا نوشته اذافه کرد. درسته؟خب راه حل چیه؟
ممنون
می خواستم طبق این (http://dharmangsoni.blogspot.com/2013/11/simple-navigational-drawer-layout-in.html)آموزش به برنامم یک navigation drawer ساده اذافه کنم
خب باید داخل لیوتم این کد هارو قرار بدم:
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<FrameLayout
android:id="@+id/frame_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<ListView
android:id="@+id/drawer_list"
android:layout_width="240dp"
android:background="#fff"
android:layout_height="match_parent"
android:layout_gravity="start" />
</android.support.v4.widget.DrawerLayout>
مشکل اینجاست که من داخل لیوتم از گریدویو و.. استفاده میکنم
خب من چطور کد رو به لیوتم اذافه کنم؟
راستی میشه درباره ی کد بالا یه توضیحی بدید؟ اونجوری که من فهمیدم نمیشه به همچین کدایی محتوایی مثل دکمه یا نوشته اذافه کرد. درسته؟خب راه حل چیه؟
ممنون