mirror of
https://github.com/nextcloud/android.git
synced 2024-12-23 01:00:26 +03:00
use day/night color
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
4a808ab15c
commit
196e33998a
2 changed files with 2 additions and 2 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);
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue