Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Show time only in time picker
Browse files Browse the repository at this point in the history
  • Loading branch information
activesince93 committed Oct 5, 2020
1 parent 6bd7f6c commit 336865f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import android.os.Bundle;
import android.util.Log;
import android.widget.TextView;

import androidx.appcompat.app.AppCompatActivity;
import android.widget.Toast;

import com.github.florent37.singledateandtimepicker.SingleDateAndTimePicker;
import com.github.florent37.singledateandtimepicker.dialog.DoubleDateAndTimePickerDialog;
Expand All @@ -18,6 +17,7 @@
import java.util.TimeZone;
import java.util.concurrent.TimeUnit;

import androidx.appcompat.app.AppCompatActivity;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
Expand Down Expand Up @@ -98,7 +98,7 @@ public void simpleTimeClicked() {

.displayMinutes(true)
.displayHours(true)
// .displayDays(true)
.displayDays(false)
//.displayMonth(true)
//.displayYears(true)

Expand Down

0 comments on commit 336865f

Please sign in to comment.