forked from mirror/monocles_chat_clean
Bigger stickers in stickers picker
Some checks failed
Android CI / build (pull_request) Has been cancelled
Some checks failed
Android CI / build (pull_request) Has been cancelled
This commit is contained in:
parent
b5368a24e3
commit
834ed7f44d
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical|center_horizontal"
|
||||
android:textSize="36sp"
|
||||
android:textSize="50sp"
|
||||
app:emojiCompatEnabled="false"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
android:id="@+id/unicode"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="36sp"
|
||||
android:textSize="50sp"
|
||||
android:gravity="center_vertical|center_horizontal"
|
||||
android:textAppearance="?textAppearanceBodyMedium" />
|
||||
|
||||
|
|
|
@ -515,7 +515,7 @@
|
|||
android:layout_marginRight="4dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:divider="@android:color/transparent"
|
||||
android:numColumns="6"
|
||||
android:numColumns="5"
|
||||
android:dividerHeight="0dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue