Remove space between "Done" button and ReCaptchaActivity title
This commit is contained in:
parent
3b648428b4
commit
45aaf0c230
1 changed files with 2 additions and 3 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue