Create new dialogs package and rename editalarm package to timepickers

This commit is contained in:
Phillip Hsu
2016-09-21 16:15:48 -07:00
parent ece6844444
commit dba5fa860f
29 changed files with 55 additions and 50 deletions
@@ -15,8 +15,8 @@ import android.widget.ImageButton;
import android.widget.SeekBar;
import android.widget.TextView;
import com.philliphsu.clock2.AddLabelDialog;
import com.philliphsu.clock2.AddLabelDialogController;
import com.philliphsu.clock2.dialogs.AddLabelDialog;
import com.philliphsu.clock2.dialogs.AddLabelDialogController;
import com.philliphsu.clock2.AsyncTimersTableUpdateHandler;
import com.philliphsu.clock2.BaseViewHolder;
import com.philliphsu.clock2.OnListItemInteractionListener;