aboutsummaryrefslogtreecommitdiffstats
path: root/libs/emojicon/src/main/res/layout/emojicon_tab.xml
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2015-08-12 21:43:04 +0200
committerlookshe <github@lookshe.org>2015-08-12 21:43:04 +0200
commit4bb806585f6ccb02a1f25a69dafd57f17f1c7411 (patch)
tree29dcf543b7a7c1869411b838816cc6a2f4b85b84 /libs/emojicon/src/main/res/layout/emojicon_tab.xml
parent0ee1992da2014d51e42c008b2ae39a6e1e033d0b (diff)
merged latest version from https://github.com/firexel/emojicon/trz/emojicon-merge
but only seems to work with lollipop, so switch back to the old pictures
Diffstat (limited to 'libs/emojicon/src/main/res/layout/emojicon_tab.xml')
-rw-r--r--libs/emojicon/src/main/res/layout/emojicon_tab.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/emojicon/src/main/res/layout/emojicon_tab.xml b/libs/emojicon/src/main/res/layout/emojicon_tab.xml
new file mode 100644
index 00000000..51492c38
--- /dev/null
+++ b/libs/emojicon/src/main/res/layout/emojicon_tab.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
+ style="?emojicon_tab_item_style"
+ android:layout_width="0dip"
+ android:layout_height="match_parent"
+ android:layout_weight="1" /> \ No newline at end of file