mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 18:45:19 +00:00
a585bce38e
Fixes #2956 // FREEBIE
18 lines
693 B
XML
18 lines
693 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<GridView android:id="@+id/emoji"
|
|
android:visibility="visible"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="match_parent"
|
|
android:stretchMode="columnWidth"
|
|
android:columnWidth="@dimen/emoji_drawer_size"
|
|
android:horizontalSpacing="0dp"
|
|
android:verticalSpacing="0dp"
|
|
android:numColumns="auto_fit"
|
|
android:gravity="center"/>
|
|
|
|
</FrameLayout> |