From 55a32df928f4de241546887f6f089563ba343bcf Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 21 Jan 2019 12:59:03 +0100 Subject: [PATCH] use style instead of theme attribute for secondary action buttons Signed-off-by: Andy Scherzinger --- src/main/res/layout/file_list_actions_bottom_sheet_fragment.xml | 2 +- src/main/res/layout/files_folder_picker.xml | 2 +- src/main/res/layout/upload_files_layout.xml | 2 +- src/main/res/layout/uploader_layout.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/res/layout/file_list_actions_bottom_sheet_fragment.xml b/src/main/res/layout/file_list_actions_bottom_sheet_fragment.xml index 7a5378ebeb..887d8988c6 100644 --- a/src/main/res/layout/file_list_actions_bottom_sheet_fragment.xml +++ b/src/main/res/layout/file_list_actions_bottom_sheet_fragment.xml @@ -130,7 +130,7 @@ android:layout_marginStart="@dimen/standard_margin" android:layout_marginLeft="@dimen/standard_margin" android:text="@string/upload_direct_camera_upload" - android:textColor="@color/black" + android:textColor="@color/textColor" android:textSize="@dimen/bottom_sheet_text_size" /> diff --git a/src/main/res/layout/files_folder_picker.xml b/src/main/res/layout/files_folder_picker.xml index 315e56511a..5a04a960bd 100644 --- a/src/main/res/layout/files_folder_picker.xml +++ b/src/main/res/layout/files_folder_picker.xml @@ -53,7 +53,7 @@