mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Group member dialog update.
This commit is contained in:
committed by
Greyson Parrelli
parent
d05a71c8fe
commit
28bbfd88b2
@@ -286,11 +286,16 @@
|
||||
</attr>
|
||||
</declare-styleable>
|
||||
|
||||
<attr name="minWidth" format="dimension" />
|
||||
<attr name="maxWidth" format="dimension" />
|
||||
<attr name="minHeight" format="dimension" />
|
||||
<attr name="maxHeight" format="dimension" />
|
||||
|
||||
<declare-styleable name="ThumbnailView">
|
||||
<attr name="minWidth" format="dimension" />
|
||||
<attr name="maxWidth" format="dimension" />
|
||||
<attr name="minHeight" format="dimension" />
|
||||
<attr name="maxHeight" format="dimension" />
|
||||
<attr name="minWidth" />
|
||||
<attr name="maxWidth" />
|
||||
<attr name="minHeight" />
|
||||
<attr name="maxHeight" />
|
||||
<attr name="thumbnail_radius" format="dimension" />
|
||||
<attr name="thumbnail_fit" format="enum">
|
||||
<enum name="center_crop" value="0" />
|
||||
@@ -479,4 +484,8 @@
|
||||
<attr name="thumbTouchRadius" format="dimension" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="GroupMemberListView">
|
||||
<attr name="maxHeight" />
|
||||
</declare-styleable>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user