mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
update to qr vector icon, also on main screen; this makes the icon larger on add-member screen
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 314 B |
@@ -0,0 +1,15 @@
|
||||
<vector android:height="24dp" android:tint="#FFFFFF"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M3,11h8V3H3V11zM5,5h4v4H5V5z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M3,21h8v-8H3V21zM5,15h4v4H5V15z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M13,3v8h8V3H13zM19,9h-4V5h4V9z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M19,19h2v2h-2z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M13,13h2v2h-2z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M15,15h2v2h-2z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M13,17h2v2h-2z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M15,19h2v2h-2z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M17,17h2v2h-2z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M17,13h2v2h-2z"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M19,15h2v2h-2z"/>
|
||||
</vector>
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<item android:title="@string/qr_code"
|
||||
android:id="@+id/menu_qr"
|
||||
android:icon="@drawable/ic_ab_qr"
|
||||
android:icon="@drawable/baseline_qr_code_24"
|
||||
app:showAsAction="always"/>
|
||||
|
||||
<item android:title="@string/menu_new_chat"
|
||||
|
||||
@@ -79,7 +79,7 @@ public class ContactSelectionListItem extends LinearLayout implements RecipientM
|
||||
this.nameView.setTypeface(null, Typeface.NORMAL);
|
||||
}
|
||||
if (specialId == DcContact.DC_CONTACT_ID_QR_INVITE) {
|
||||
this.avatar.setImageDrawable(new ResourceContactPhoto(R.drawable.ic_ab_qr).asDrawable(getContext(), ThemeUtil.getDummyContactColor(getContext())));
|
||||
this.avatar.setImageDrawable(new ResourceContactPhoto(R.drawable.baseline_qr_code_24).asDrawable(getContext(), ThemeUtil.getDummyContactColor(getContext())));
|
||||
} else {
|
||||
this.avatar.setAvatar(glideRequests, recipient, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user