Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2024-01-23 12:53:25 +0300
committerGitHub <noreply@github.com>2024-01-23 12:53:25 +0300
commite735ce1c24e5a0305d6a08e5764864c2c96c8a58 (patch)
tree91b5666877820ab62e858fa38a44d5b969e61564 /app/src/main/res/layout/fragment_card_edit_tab_attachments.xml
parent5944cab8a086e953fa4fdd2e90e2bc01f38f30f0 (diff)
parentb66b980a495b100108cf2efb3e45bb006b5e0117 (diff)
Merge pull request #1570 from stefan-niedermann/grayscale-default-theme
feat(theming): Use grayscale default theme to avoid wrong color tones
Diffstat (limited to 'app/src/main/res/layout/fragment_card_edit_tab_attachments.xml')
-rw-r--r--app/src/main/res/layout/fragment_card_edit_tab_attachments.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/src/main/res/layout/fragment_card_edit_tab_attachments.xml b/app/src/main/res/layout/fragment_card_edit_tab_attachments.xml
index 987d22626..73cd9dfa8 100644
--- a/app/src/main/res/layout/fragment_card_edit_tab_attachments.xml
+++ b/app/src/main/res/layout/fragment_card_edit_tab_attachments.xml
@@ -22,7 +22,7 @@
android:layout_height="match_parent"
android:visibility="gone"
app:description="@string/no_files_attached_to_this_card"
- app:image="@drawable/ic_attach_file_grey600_24dp"
+ app:image="@drawable/ic_attach_file_24dp"
app:title="@string/attachments" />
<com.google.android.material.floatingactionbutton.FloatingActionButton
@@ -33,8 +33,7 @@
android:layout_margin="@dimen/fab_margin"
android:contentDescription="@string/upload_a_new_attachment"
android:visibility="gone"
- app:backgroundTint="@color/defaultBrand"
- app:srcCompat="@drawable/ic_file_upload_white_24dp"
+ app:srcCompat="@drawable/ic_file_upload_24dp"
tools:visibility="visible" />
<FrameLayout
@@ -78,9 +77,9 @@
android:layout_width="match_parent"
android:layout_height="@dimen/attachments_bottom_navigation_height"
android:translationY="@dimen/attachments_bottom_navigation_height"
- app:backgroundTint="?attr/colorPrimary"
- app:itemIconTint="?attr/colorAccent"
- app:itemTextColor="?attr/colorAccent"
+ app:backgroundTint="?attr/colorSurface"
+ app:itemIconTint="?attr/colorOnSecondaryContainer"
+ app:itemTextColor="?attr/colorOnSurface"
app:menu="@menu/attachment_picker_menu" />
</LinearLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout> \ No newline at end of file