mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Screenshot mode
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
android:id="@+id/add_node_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintBottom_toTopOf="@+id/screenshot_mode_banner"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_anchor="@+id/nodes_list_fragment_container"
|
||||
app:layout_anchorGravity="end|bottom" />
|
||||
@@ -158,7 +158,7 @@
|
||||
layout="@layout/view_button_lock"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintBottom_toTopOf="@+id/screenshot_mode_banner"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
android:layout_gravity="start|bottom" />
|
||||
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
android:id="@+id/screenshot_mode_banner"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/grey"
|
||||
android:background="?attr/colorSecondary"
|
||||
android:paddingHorizontal="16dp"
|
||||
android:paddingVertical="8dp"
|
||||
android:text="@string/screenshot_mode_banner_text"
|
||||
android:textColor="@color/white"
|
||||
android:textColor="?attr/colorOnSecondary"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
Reference in New Issue
Block a user