Hi,
If we have image which size is smaller than button size, and this image is our normal bitmap (or pressed bitmap) of button control how to center it?
There are only X and Y normal bitmaps parameters, but this is quite poor idea if this is only option to give fixed padding sizes.
Native webbrowser application have bottom panel with buttons and images on these buttons are smaller than button sizes (and X Y parameters are 0), so is it possible to do it from the code?
----------------------
By the way... why while making ContextMenu and using Tizen::Ui::Controls::ContextMenuAnchorDirection, CONTEXT_MENU_ANCHOR_DIRECTION_UPWARD gives downward direction, and CONTEXT_MENU_ANCHOR_DIRECTION_DOWNWARD gives UPWARD ? (Tizen 2.0 SDK)
Best regards