|
2个问题:
1, 53里面要自己创建button??
以下是贴图ID ,光这些还不够吧,button位置要自己定义吧?
IMG_ID_SNDREC_BUTTON_PREV_UP,
IMG_ID_SNDREC_BUTTON_PREV_DN,
IMG_ID_SNDREC_BUTTON_PREV_DISABLE,
173, 184,
IMG_ID_SNDREC_BUTTON_NEXT_UP,
IMG_ID_SNDREC_BUTTON_NEXT_DN,
IMG_ID_SNDREC_BUTTON_NEXT_DISABLE,
/* Touch Button area */
//////////////////////////////////////////////
2,以下这个数组初始化值有啥特别含义?
static const mmi_sndrec_point_struct mmi_sndrec_record_pen[] = {{1, 1}, {27, 1}, {27, 27}, {1, 27}};
static const mmi_sndrec_point_struct mmi_sndrec_play_pen[] = {{1, 1}, {27, 1}, {27, 27}, {1, 27}};
static const mmi_sndrec_point_struct mmi_sndrec_prev_pen[] = {{1, 1}, {27, 1}, {27, 27}, {1, 27}};
static const mmi_sndrec_point_struct mmi_sndrec_next_pen[] = {{1, 1}, {27, 1}, {27, 27}, {1, 27}};
static const mmi_sndrec_point_struct mmi_sndrec_list_pen[] = {{1, 1}, {27, 1}, {27, 27}, {1, 27}}; |
|