ساخت تکست ویوو با قابلیت کوچیک و بزرگ کردن در b4a

با سلام و سپاس خدمت کاربران عزیز

 

امروز براتون سورس و کتابخانه ای از مرجع تهیه کرده ایم که خیلی کاربردی می باشد و در ادامه میپردازیم به آن

 

 

#AdditionalRes: ..\res

......


Sub Globals
    'These global variables will be redeclared each time the activity is created.
    'These variables can only be accessed from this module.
    Dim test As TextViewExpandableAnimation
End Sub

Sub Activity_Create(FirstTime As Boolean)
    'Do not forget to load the layout file created with the visual designer. For example:
    'Activity.LoadLayout("Layout1")
    test.Initialize("test", 30.0)
    test.ExpandLines = 5
    test.TextExpand = "Espandi"
    test.TextShrink ="Riduci"
    test.TextContentColor = Colors.White '<------ Dont Work ??
    test.TextContentSize = 12.0
    test.Text = $"Prima riga
seconda riga
terza riga
quarta riga
quinta riga
sesta riga
settima riga
ottava riga
nona riga
decima riga
undicesima riga
dodicesima riga"$
   
    Activity.AddView(test, 10dip, 10dip, 90%x, 50%y)

 

دانلود کتابخانه

 

دانلود ریسورس

دیدگاهتان را بنویسید