mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Import java.text.DecimalFormat instead of one from ICU (#273)
This commit is contained in:
@@ -21,7 +21,6 @@ package org.isoron.uhabits.activities.habits.edit.views;
|
||||
|
||||
import android.content.*;
|
||||
import android.content.res.*;
|
||||
import android.icu.text.*;
|
||||
import android.support.annotation.*;
|
||||
import android.util.*;
|
||||
import android.view.*;
|
||||
@@ -29,6 +28,8 @@ import android.widget.*;
|
||||
|
||||
import org.isoron.uhabits.R;
|
||||
|
||||
import java.text.DecimalFormat;
|
||||
|
||||
import butterknife.*;
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ package org.isoron.uhabits.activities.habits.list.views;
|
||||
import android.content.*;
|
||||
import android.content.res.*;
|
||||
import android.graphics.*;
|
||||
import android.icu.text.*;
|
||||
import android.support.annotation.*;
|
||||
import android.text.*;
|
||||
import android.util.*;
|
||||
@@ -32,6 +31,8 @@ import org.isoron.uhabits.*;
|
||||
import org.isoron.uhabits.activities.habits.list.controllers.*;
|
||||
import org.isoron.uhabits.utils.*;
|
||||
|
||||
import java.text.DecimalFormat;
|
||||
|
||||
import static org.isoron.uhabits.utils.AttributeSetUtils.*;
|
||||
import static org.isoron.uhabits.utils.ColorUtils.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user