Removed old numpad from use and refactored code

This commit is contained in:
Phillip Hsu
2016-07-16 20:04:58 -07:00
parent abd2d55aa9
commit 5405be9b26
2 changed files with 46 additions and 156 deletions
@@ -223,14 +223,4 @@
</android.support.design.widget.CoordinatorLayout>
<com.philliphsu.clock2.editalarm.AlarmNumpad
android:id="@+id/numpad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark"
android:elevation="4dp"
android:layout_alignParentBottom="true"
android:visibility="gone"/>
</RelativeLayout>