mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Tab in entry
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
-->
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:filterTouchesWhenObscured="true"
|
||||
@@ -139,10 +140,14 @@
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/entry_content_tab"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="180dp"
|
||||
android:background="@drawable/background_item_selection"
|
||||
android:backgroundTint="?attr/colorSurfaceContainerLow"
|
||||
android:layout_gravity="bottom|center_horizontal"
|
||||
app:tabMode="fixed">
|
||||
app:tabMode="fixed"
|
||||
tools:targetApi="lollipop">
|
||||
|
||||
<com.google.android.material.tabs.TabItem
|
||||
android:id="@+id/entry_content_tab_main"
|
||||
|
||||
Reference in New Issue
Block a user