New ringtone.playback package, tidy up stopwatch package
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:layout_above="@+id/mini_fab_layout">
|
||||
|
||||
<com.philliphsu.clock2.stopwatch.ChronometerWithMillis
|
||||
<com.philliphsu.clock2.stopwatch.ui.ChronometerWithMillis
|
||||
android:id="@+id/chronometer"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.philliphsu.clock2.stopwatch.ChronometerWithMillis
|
||||
<com.philliphsu.clock2.stopwatch.ui.ChronometerWithMillis
|
||||
android:id="@+id/chronometer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
android:gravity="center"
|
||||
style="@style/TextAppearance.AppCompat"/>
|
||||
|
||||
<com.philliphsu.clock2.stopwatch.ChronometerWithMillis
|
||||
<com.philliphsu.clock2.stopwatch.ui.ChronometerWithMillis
|
||||
android:id="@+id/elapsed_time"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user