Skip to content

Commit

Permalink
refactor(android): ti.ui.picker
Browse files Browse the repository at this point in the history
  • Loading branch information
jquick-axway authored and sgtcoolguy committed May 26, 2021
1 parent 6716112 commit 007f333
Show file tree
Hide file tree
Showing 34 changed files with 2,052 additions and 3,865 deletions.
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<DatePicker xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:datePickerMode ="calendar"
android:calendarViewShown="true"
android:spinnersShown="false"/>
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<ti.modules.titanium.ui.widget.picker.CustomDatePicker xmlns:android="http://schemas.android.com/apk/res/android"
<DatePicker xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:datePickerMode ="spinner"/>
android:datePickerMode ="spinner"
android:calendarViewShown="false"
android:spinnersShown="true"/>
5 changes: 0 additions & 5 deletions android/modules/ui/res/layout/titanium_ui_spinner.xml

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions android/modules/ui/src/java/kankan/wheel/widget/WheelAdapter.java

This file was deleted.

0 comments on commit 007f333

Please sign in to comment.