Numpad key listener set
This commit is contained in:
@@ -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"/>
|
||||
Reference in New Issue
Block a user