Group member dialog update.

This commit is contained in:
Alan Evans
2020-03-03 18:34:55 -04:00
committed by Greyson Parrelli
parent d05a71c8fe
commit 28bbfd88b2
10 changed files with 421 additions and 114 deletions

View File

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