Numpad key listener set

This commit is contained in:
Phillip Hsu
2016-06-02 20:35:41 -07:00
parent 881b4dcf83
commit 68fb80b42b
6 changed files with 61 additions and 11 deletions
@@ -74,7 +74,7 @@
android:layout_centerVertical="true"/>
<!-- TODO: Find out how to get a touch ripple; foreground attr didn't work -->
<com.philliphsu.clock2.editalarm.AlarmEditText
<EditText
android:id="@+id/input_time"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/NumpadButton"
android:src="@drawable/ic_collapse_24dp"/>