Closed GoogleCodeExporter closed 9 years ago
should be an easy fix. I guess all that's necessary is to set up the hour label
to be left-aligned. I'll get back to you after I have checked whether/how easy
it is to do that
Original comment by daniel.b...@gmail.com
on 7 Nov 2011 at 9:55
you now can provide a gravity for the scroll elements as demonstrated in the
customslider's year scroller:
<com.googlecode.android.widgets.DateSlider.ScrollLayout
style="@style/Scroller"
app:labelerClass="com.googlecode.android.widgets.DateSlider.labeler.YearLabeler"
app:labelerFormat="%tY"
app:childWidth="200dp"
android:gravity="left|bottom"/>
the gravity defaults to "center"
to achieve what you are attempting you need to define "left|center_vertical"
for both, hour and minute slider
Original comment by daniel.b...@gmail.com
on 7 Nov 2011 at 11:32
Original issue reported on code.google.com by
christia...@gmail.com
on 6 Nov 2011 at 1:35