Would like to use a smaller DatePicker widget. I guessed I could shrink it with something like textSize, as in the following.
<DatePicker
android:id="@+id/dp_name"
android:textSize="10sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
Guess was not right. textSize appears to have no effect. I've tried "10px" as well as other numbers to no avail. Any ideas?
tx,
tff
<DatePicker
android:id="@+id/dp_name"
android:textSize="10sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
Guess was not right. textSize appears to have no effect. I've tried "10px" as well as other numbers to no avail. Any ideas?
tx,
tff