رفتن به مطلب
  • 0

نحوه اضافه کردن کدهای لی آوت xml به بیسیک با کتابخانه های جاوا چگونه است؟


marius

سوال

با سلام

دوستان با اضافه کردن ریسورسهای مربوطه چجوری میتونم این کد رو در xml نشون بدم در بیسیک

android.support.design.widget.BottomNavigationView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:id="@+id/bottom_nav"
        android:layout_alignParentBottom="true"
        app:menu="@menu/bottom_navigation"
        android:background="#ffffff"
        app:itemTextColor="@color/nav_color"
        app:itemIconTint="@color/nav_color" />

در اندروید استودیو کتابخانه دیزاین میخواد چجوری میتونم اینو به بیسیک انتقال بدم. ممنون

لینک ارسال
به اشتراک گذاری در سایت های دیگر

2 پاسخ به این سوال تاکنون داده شده است

ارسال‌های توصیه شده

سلام

از کتابخونه ی XmlLayoutBuilder  می تونید استفاده کنید.

Sub Globals
	Private inflater As XmlLayoutBuilder
	Private pnl As Panel
	Private VerifyBlockView As View
End Sub

Sub Activity_Create(FirstTime As Boolean)
	inflater.LoadXmlLayout(pnl,"LayoutName")
	VerifyBlockView = inflater.GetView("verifyView")
End Sub

فایل لایه هم به این شکل قرار بدید توی این مسیر »

res > layout > LayoutName.xml

کنار پروژتون قرارش بدین و به این صورت استفاده کنین »

#Region  Project Attributes 
	#ApplicationLabel:VerifyBlockView | WWW.AnswerCenter.IR
	#VersionCode: 1
	#VersionName: 
	'SupportedOrientations possible values: unspecified, landscape or portrait.
	#SupportedOrientations: unspecified
	#CanInstallToExternalStorage: False
	#AdditionalRes:../res
#End Region

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

 

در 18 ساعت قبل، مجید آرتا گفته است :

سلام

از کتابخونه ی XmlLayoutBuilder  می تونید استفاده کنید.


Sub Globals
	Private inflater As XmlLayoutBuilder
	Private pnl As Panel
	Private VerifyBlockView As View
End Sub

Sub Activity_Create(FirstTime As Boolean)
	inflater.LoadXmlLayout(pnl,"LayoutName")
	VerifyBlockView = inflater.GetView("verifyView")
End Sub

فایل لایه هم به این شکل قرار بدید توی این مسیر »


res > layout > LayoutName.xml

کنار پروژتون قرارش بدین و به این صورت استفاده کنین »


#Region  Project Attributes 
	#ApplicationLabel:VerifyBlockView | WWW.AnswerCenter.IR
	#VersionCode: 1
	#VersionName: 
	'SupportedOrientations possible values: unspecified, landscape or portrait.
	#SupportedOrientations: unspecified
	#CanInstallToExternalStorage: False
	#AdditionalRes:../res
#End Region

 

این ارور رو داد

B4A Version: 9.01.2
Java Version: 10
Parsing code.    (0.00s)
Building folders structure.    (0.02s)
Compiling code.    (0.05s)
Compiling layouts code.    (0.02s)
Organizing libraries.    (0.00s)
Generating R file.    Error
..\res\layout\home_layout.xml:8: error: No resource identifier found for attribute 'menu' in package 'b4a.example'
..\res\layout\home_layout.xml:8: error: No resource identifier found for attribute 'itemTextColor' in package 'b4a.example'
..\res\layout\home_layout.xml:8: error: No resource identifier found for attribute 'itemIconTint' in package 'b4a.example'

پوشه منو رو نمیشناسه؟ قبلش هم به استایل ارور داد ولی اونو حذف کردم

آموزش دارید در این مورد. من سرچ کردم پیدا نکردم

 

فایل رو ارسال کردم میشه یه نگاه بندازید؟ لطفا

 

فایل

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...