New ringtone.playback package, tidy up stopwatch package

This commit is contained in:
Phillip Hsu
2016-09-21 17:53:15 -07:00
parent e38774d45e
commit 24dd975536
26 changed files with 48 additions and 26 deletions
@@ -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"
+1 -1
View File
@@ -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"