1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-11-04 17:42:14 +01:00

Remove space between "Done" button and ReCaptchaActivity title

This commit is contained in:
Stypox 2020-01-29 19:37:43 +01:00
parent daa4fd5103
commit 4e1638f86e
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -14,9 +14,8 @@
android:minHeight="?attr/actionBarSize" android:minHeight="?attr/actionBarSize"
android:theme="@style/ThemeOverlay.AppCompat.ActionBar" android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.ActionBar" app:popupTheme="@style/ThemeOverlay.AppCompat.ActionBar"
app:titleTextAppearance="@style/Toolbar.Title"> app:titleTextAppearance="@style/Toolbar.Title"
app:contentInsetStartWithNavigation="0dp" />
</androidx.appcompat.widget.Toolbar>
<WebView <WebView
android:id="@+id/reCaptchaWebView" android:id="@+id/reCaptchaWebView"