Make autocompletion a bit more compact
- Less standard emojis shown by default - Smaller section titles Change-Id: Ia79d7370253108a7866628013d8c4f89ba8327a3
This commit is contained in:
parent
0faa712f23
commit
de1cd864cf
|
@ -111,7 +111,7 @@ class AutocompleteEmojiController @Inject constructor(
|
|||
|
||||
companion object {
|
||||
// Count of standard emoji matches
|
||||
const val STANDARD_EMOJI_MAX = 9
|
||||
const val STANDARD_EMOJI_MAX = 7
|
||||
// Count of emojis for the current room's image pack
|
||||
const val CUSTOM_THIS_ROOM_MAX = 8
|
||||
// Count of emojis per other image pack
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
android:layout_gravity="center_vertical"
|
||||
android:maxLines="1"
|
||||
android:textColor="?vctr_content_secondary"
|
||||
android:textSize="@dimen/text_size_body"
|
||||
android:ellipsize="end"
|
||||
android:visibility="gone"
|
||||
tools:text="@string/custom_emotes_this_room" />
|
||||
|
|
Loading…
Reference in New Issue