xamarin - How can I duplicate the look of a comment area on the iOS setting page in a TableView? -
i add comments settings page. looks comment area below "ask join networks" on settings > wi-fi page of ios settings.
can suggest how can , how can make use of dynamic typing when user changes font size comment area changes match in ios settings?
note okay use ios renderer if needed. @ time concerned ios solution.
thank much
on ios 11, background color of setting page #eaeaf1
, text color within non-control area #59595f
so add label
viewcell
place within container can control margin of label otherwise label text flush on left side vs. vertically aligned setting controls.
something started:
<viewcell> <stacklayout orientation="horizontal" backgroundcolor="#eaeaf1"> <label margin="15" textcolor="#59595f" horizontaloptions="centerandexpand" linebreakmode="wordwrap" text="this multi-line custom viewcell-based label, sdfsdfsdfsddf sdfsdf sdf sdf sdf sdf sd fsd fsd fsdf df" /> </stacklayout> </viewcell>
wiki
Comments
Post a Comment