Auto get title in Task Dialog

Don't show keyboard on dialog show
Hide keyboard on dialog dismiss
Cleaner tasks layout
WIP: remaining tasks still not shown, top text cropped in large screens
This commit is contained in:
bg45
2017-03-17 17:11:02 -04:00
parent 9a35af7bf2
commit bfca61935b
7 changed files with 42 additions and 43 deletions

View File

@@ -16,6 +16,7 @@
<activity
android:name=".activities.MainActivity"
android:label="@string/app_name"
android:windowSoftInputMode="stateAlwaysHidden"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />