xml - Datepicker on Android-studio looks different in two different apps I am coding? -
i'm coding 2 different apps on android-studio (one built ground up, has been worked on while). i've added datepicker xml both apps:
<datepicker android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/datepicker" android:calendarviewshown="false" android:layout_below="@+id/addturtledialogbutton" android:layout_alignparentleft="true" android:layout_alignparentstart="true" />
but 1 of them looks this:
and other looks this:
i'd other app have better, updated looking datepicker , i've been fiddling styles , themes, haven't been able change first datepicker looks like. help!
date picker pop affected aap them mentioned @ manifest file change app them in manifest file different look. hope you!
you can change below
<style name="appbasetheme" parent="android:theme.holo.light"/> <style name="apptheme" parent="appbasetheme"/>
and know different them can use link
http://developer.android.com/guide/topics/ui/themes.html#definingstyles
Comments
Post a Comment