Created focus grabber for time input field

This commit is contained in:
Phillip Hsu
2016-07-16 04:27:49 -07:00
parent a6c8076255
commit 0a7c007da4
4 changed files with 15 additions and 3 deletions
@@ -38,6 +38,14 @@
android:background="@android:color/transparent"
style="@style/TextAppearance.AppCompat.Inverse"/>
<!-- We need both focusable attrs for requestFocus() to succeed -->
<View
android:id="@+id/focus_grabber"
android:layout_width="0dp"
android:layout_height="0dp"
android:focusable="true"
android:focusableInTouchMode="true"/>
<!-- TOneverDO: Before the EditText, because we need this on top -->
<ImageButton
android:id="@+id/cancel"