1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-25 15:41:39 +00:00

hide toolbar and fab on doc list scroll

This commit is contained in:
Benjamin Gamard
2018-10-19 13:34:45 +02:00
parent 108d5ae830
commit d4fe719a2c
7 changed files with 121 additions and 42 deletions

View File

@@ -28,6 +28,7 @@
android:name=".activity.MainActivity"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustNothing">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
@@ -43,6 +44,9 @@
<activity
android:name=".activity.DocumentViewActivity"
android:label="">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
</intent-filter>
</activity>
<activity
android:name=".activity.DocumentEditActivity"