mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 09:18:39 +01:00
stop using PopupWindow for emoji. too many android bugs.
Closes #3655 // FREEBIE
This commit is contained in:
committed by
Moxie Marlinspike
parent
c7599094f5
commit
b519fd2533
@@ -1,11 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/container"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<LinearLayout android:background="?emoji_tab_strip_background"
|
||||
android:orientation="horizontal"
|
||||
@@ -47,4 +43,4 @@
|
||||
android:layout_height="match_parent"
|
||||
android:background="?emoji_background" />
|
||||
|
||||
</LinearLayout>
|
||||
</merge>
|
||||
Reference in New Issue
Block a user