diff --git a/mastodon/src/main/res/layout/display_item_footer.xml b/mastodon/src/main/res/layout/display_item_footer.xml index 8ac268780e..56ca2e2587 100644 --- a/mastodon/src/main/res/layout/display_item_footer.xml +++ b/mastodon/src/main/res/layout/display_item_footer.xml @@ -1,187 +1,194 @@ - - + android:layout_height="wrap_content"> - - + android:rowCount="2" + android:columnCount="1"> - - - - + + + + - - + android:transformPivotX="24dp" + android:transformPivotY="24dp"> + + + + - - - - + - - + android:transformPivotX="24dp" + android:transformPivotY="24dp"> + + + + - - - - + - - + android:transformPivotX="24dp" + android:transformPivotY="24dp"> + + + + - + + + + + + + android:layout_marginVertical="12dp" + android:layout_marginHorizontal="12dp" + android:src="@drawable/ic_fluent_share_24_regular" + android:tint="?colorM3OnSurfaceVariant" + android:gravity="center_vertical"/> - - + + - - + android:layout_height="wrap_content" + android:id="@+id/footer_emoji_keyboard_container" + android:orientation="vertical"> + - + - - - + - \ No newline at end of file + \ No newline at end of file