|
@@ -30,77 +30,78 @@
|
|
|
android:id="@+id/emojiBar"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/standard_eighth_margin"
|
|
|
+ android:layout_marginStart="@dimen/standard_quarter_margin"
|
|
|
android:layout_marginTop="@dimen/standard_half_margin"
|
|
|
android:layout_marginEnd="@dimen/zero"
|
|
|
+ android:layout_marginBottom="@dimen/standard_half_margin"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<com.vanniktech.emoji.EmojiTextView
|
|
|
android:id="@+id/emojiThumbsUp"
|
|
|
- android:layout_width="@dimen/activity_row_layout_height"
|
|
|
- android:layout_height="@dimen/activity_row_layout_height"
|
|
|
+ android:layout_width="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
+ android:layout_height="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
android:layout_marginLeft="@dimen/standard_quarter_margin"
|
|
|
android:layout_marginRight="@dimen/standard_quarter_margin"
|
|
|
android:cursorVisible="false"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/emoji_thumbsUp"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="20sp" />
|
|
|
|
|
|
<com.vanniktech.emoji.EmojiTextView
|
|
|
android:id="@+id/emojiThumbsDown"
|
|
|
- android:layout_width="@dimen/activity_row_layout_height"
|
|
|
- android:layout_height="@dimen/activity_row_layout_height"
|
|
|
+ android:layout_width="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
+ android:layout_height="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
android:layout_marginLeft="@dimen/standard_quarter_margin"
|
|
|
android:layout_marginRight="@dimen/standard_quarter_margin"
|
|
|
android:cursorVisible="false"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/emoji_thumbsDown"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="20sp" />
|
|
|
|
|
|
<com.vanniktech.emoji.EmojiTextView
|
|
|
android:id="@+id/emojiHeart"
|
|
|
- android:layout_width="@dimen/activity_row_layout_height"
|
|
|
- android:layout_height="@dimen/activity_row_layout_height"
|
|
|
+ android:layout_width="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
+ android:layout_height="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
android:layout_marginLeft="@dimen/standard_quarter_margin"
|
|
|
android:layout_marginRight="@dimen/standard_quarter_margin"
|
|
|
android:cursorVisible="false"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/default_emoji"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="20sp" />
|
|
|
|
|
|
<com.vanniktech.emoji.EmojiTextView
|
|
|
android:id="@+id/emojiLaugh"
|
|
|
- android:layout_width="@dimen/activity_row_layout_height"
|
|
|
- android:layout_height="@dimen/activity_row_layout_height"
|
|
|
+ android:layout_width="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
+ android:layout_height="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
android:layout_marginLeft="@dimen/standard_quarter_margin"
|
|
|
android:layout_marginRight="@dimen/standard_quarter_margin"
|
|
|
android:cursorVisible="false"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/emoji_heart"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="20sp" />
|
|
|
|
|
|
<com.vanniktech.emoji.EmojiTextView
|
|
|
android:id="@+id/emojiConfused"
|
|
|
- android:layout_width="@dimen/activity_row_layout_height"
|
|
|
- android:layout_height="@dimen/activity_row_layout_height"
|
|
|
+ android:layout_width="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
+ android:layout_height="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
android:layout_marginLeft="@dimen/standard_quarter_margin"
|
|
|
android:layout_marginRight="@dimen/standard_quarter_margin"
|
|
|
android:cursorVisible="false"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/emoji_confused"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="20sp" />
|
|
|
|
|
|
<com.vanniktech.emoji.EmojiTextView
|
|
|
android:id="@+id/emojiSad"
|
|
|
- android:layout_width="@dimen/activity_row_layout_height"
|
|
|
- android:layout_height="@dimen/activity_row_layout_height"
|
|
|
+ android:layout_width="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
+ android:layout_height="@dimen/reaction_bottom_sheet_layout_size"
|
|
|
android:layout_marginLeft="@dimen/standard_quarter_margin"
|
|
|
android:layout_marginRight="@dimen/standard_quarter_margin"
|
|
|
android:cursorVisible="false"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/emoji_sad"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="20sp" />
|
|
|
|
|
|
<com.vanniktech.emoji.EmojiEditText
|
|
|
android:id="@+id/emojiMore"
|