use day/night color

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-06-06 09:10:46 +02:00
parent 4a808ab15c
commit 196e33998a
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -209,7 +209,7 @@
android:id="@+id/copyInternalLink"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:textColor="@color/textColor"
android:text="@string/copy_internal_link" />
<TextView