Added "recent emoji" panel as an LRU cache.

This commit is contained in:
Moxie Marlinspike
2013-06-29 09:51:08 -07:00
parent 71e161c792
commit 93c222fe9c
3 changed files with 131 additions and 29 deletions

View File

@@ -11,6 +11,7 @@
android:visibility="visible"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ff333333"
android:minHeight="100dip">
<android.support.v4.view.PagerTabStrip
@@ -18,7 +19,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:background="#33b5e5"
android:background="#ff333333"
android:textColor="#fff"
android:paddingTop="3dp"
android:paddingBottom="3dp"