mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
use day/night color
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
cf839eac08
commit
375fb97c06
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ public class FileDetailSharingFragment extends Fragment implements UserListAdapt
|
|||
// todo extract
|
||||
internalLinkIcon.getBackground().setColorFilter(getResources().getColor(R.color.grey_db),
|
||||
PorterDuff.Mode.SRC_IN);
|
||||
internalLinkIcon.getDrawable().mutate().setColorFilter(getResources().getColor(R.color.black),
|
||||
internalLinkIcon.getDrawable().mutate().setColorFilter(getResources().getColor(R.color.textColor),
|
||||
PorterDuff.Mode.SRC_IN);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue