forked from mirror/monocles_chat_clean
emojis stickers strings for land mode too
This commit is contained in:
parent
90d108f54b
commit
2003fd8fd5
1 changed files with 2 additions and 2 deletions
|
@ -430,7 +430,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="bottom|center_horizontal"
|
||||
android:text="Emojis"
|
||||
android:text="@string/emojis"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<View
|
||||
|
@ -442,7 +442,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="bottom|center_horizontal"
|
||||
android:text="Stickers"
|
||||
android:text="@string/stickers"
|
||||
android:textSize="16sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue