Provide keyboard navigation support

This commit is contained in:
Mygod
2018-01-15 13:43:40 -08:00
parent 67aa86f0f7
commit 6d3b4f7716
4 changed files with 10 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
android:layout_width="match_parent"
android:background="?attr/colorPrimary"
android:elevation="4dp"
android:touchscreenBlocksFocus="false"
app:title="@string/app_name"
android:id="@+id/toolbar"/>
<FrameLayout