aboutsummaryrefslogtreecommitdiffstats
path: root/libs/emojicon/src/main/res/layout/emojicon_tab.xml
diff options
context:
space:
mode:
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