Skip to content

Commit

Permalink
updated to newer build, spinner-style
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Mar 25, 2018
1 parent 3a44025 commit a30c006
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 7 additions & 2 deletions WidgetCatalog/DatePicker/app/build.gradle
@@ -1,6 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
buildToolsVersion '26.0.2'
compileSdkVersion 27
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 3
targetSdkVersion 27
}
}
4 changes: 0 additions & 4 deletions WidgetCatalog/DatePicker/app/src/main/AndroidManifest.xml
Expand Up @@ -4,10 +4,6 @@
android:versionCode="1"
android:versionName="1.0">

<uses-sdk
android:minSdkVersion="3"
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
Expand Down
1 change: 1 addition & 0 deletions WidgetCatalog/DatePicker/app/src/main/res/layout/main.xml
Expand Up @@ -9,6 +9,7 @@
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:datePickerMode="spinner"
android:calendarViewShown="true"/>

<CheckBox
Expand Down

0 comments on commit a30c006

Please sign in to comment.