package sj.qqkeyboard;
import java.util.HashMap;
/**
* Created by sj on 16/3/16.
*/
public class DefQqEmoticons {
public static final HashMap<String, Integer> sQqEmoticonHashMap = new HashMap<>();
static {
sQqEmoticonHashMap.put("[ecf]",R.mipmap.ecf);
sQqEmoticonHashMap.put("[ecv]",R.mipmap.ecv);
sQqEmoticonHashMap.put("[ecb]",R.mipmap.ecb);
sQqEmoticonHashMap.put("[ecy]",R.mipmap.ecy);
sQqEmoticonHashMap.put("[ebu]",R.mipmap.ebu);
sQqEmoticonHashMap.put("[ebr]",R.mipmap.ebr);
sQqEmoticonHashMap.put("[ecc]",R.mipmap.ecc);
sQqEmoticonHashMap.put("[eft]",R.mipmap.eft);
sQqEmoticonHashMap.put("[ecr]",R.mipmap.ecr);
sQqEmoticonHashMap.put("[ebs]",R.mipmap.ebs);
sQqEmoticonHashMap.put("[ech]",R.mipmap.ech);
sQqEmoticonHashMap.put("[ecg]",R.mipmap.ecg);
sQqEmoticonHashMap.put("[ebh]",R.mipmap.ebh);
sQqEmoticonHashMap.put("[ebg]",R.mipmap.ebg);
sQqEmoticonHashMap.put("[ecp]",R.mipmap.ecp);
sQqEmoticonHashMap.put("[deg]",R.mipmap.deg);
sQqEmoticonHashMap.put("[ecd]",R.mipmap.ecd);
sQqEmoticonHashMap.put("[ecj]",R.mipmap.ecj);
sQqEmoticonHashMap.put("[ebv]",R.mipmap.ebv);
sQqEmoticonHashMap.put("[ece]",R.mipmap.ece);
sQqEmoticonHashMap.put("[ebl]",R.mipmap.ebl);
sQqEmoticonHashMap.put("[eca]",R.mipmap.eca);
sQqEmoticonHashMap.put("[ecn]",R.mipmap.ecn);
sQqEmoticonHashMap.put("[eco]",R.mipmap.eco);
sQqEmoticonHashMap.put("[eeo]",R.mipmap.eeo);
sQqEmoticonHashMap.put("[eep]",R.mipmap.eep);
sQqEmoticonHashMap.put("[eci]",R.mipmap.eci);
sQqEmoticonHashMap.put("[ebj]",R.mipmap.ebj);
sQqEmoticonHashMap.put("[eer]",R.mipmap.eer);
sQqEmoticonHashMap.put("[edi]",R.mipmap.edi);
sQqEmoticonHashMap.put("[ebq]",R.mipmap.ebq);
sQqEmoticonHashMap.put("[eeq]",R.mipmap.eeq);
sQqEmoticonHashMap.put("[ecq]",R.mipmap.ecq);
sQqEmoticonHashMap.put("[ebt]",R.mipmap.ebt);
sQqEmoticonHashMap.put("[ede]",R.mipmap.ede);
sQqEmoticonHashMap.put("[eew]",R.mipmap.eew);
sQqEmoticonHashMap.put("[eex]",R.mipmap.eex);
sQqEmoticonHashMap.put("[dga]",R.mipmap.dga);
sQqEmoticonHashMap.put("[ebp]",R.mipmap.ebp);
sQqEmoticonHashMap.put("[ebo]",R.mipmap.ebo);
}
}