mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-19 14:10:38 -04:00
Merge branch 'icon-color-issue' into 'master'
fixes #1458: icon color issue Closes #1458 and #2673 See merge request fdroid/fdroidclient!1335
This commit is contained in:
@@ -194,7 +194,6 @@ public class AppSecurityPermissions {
|
||||
}
|
||||
|
||||
permGrpIcon.setImageDrawable(icon);
|
||||
permGrpIcon.setColorFilter(0xff757575);
|
||||
permNameView.setText(label);
|
||||
setOnClickListener(this);
|
||||
setOnLongClickListener(this);
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:tint="@android:color/black" />
|
||||
app:tint="?attr/colorControlNormal" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user