| | |
| | | gfSingleFramLayout.btnRightImage.UnSelectedImagePath = "AksIcon/xuanze.png"; |
| | | gfSingleFramLayout.btnRightImage.Gravity = Gravity.CenterVertical; |
| | | gfSingleFramLayout.btnLeftImage.Visible = false; |
| | | |
| | | if (gfSingleFramLayout.btnName.GetTextWidth() > Application.GetRealWidth(48)) |
| | | { |
| | | gfSingleFramLayout.singleFramLayout.Width = Application.GetRealWidth(101 - 48) + gfSingleFramLayout.btnName.GetTextWidth(); |
| | | gfSingleFramLayout.singleFramLayout.X = Application.GetRealWidth(226 + 48) - gfSingleFramLayout.btnName.GetTextWidth(); |
| | | gfSingleFramLayout.btnName.Width = gfSingleFramLayout.btnName.GetTextWidth(); |
| | | gfSingleFramLayout.btnRightImage.X = gfSingleFramLayout.btnName.Right + Application.GetRealWidth(8); |
| | | } |
| | | gfSingleFramLayout.CustomCalculationWidth(TypeSingleFramLayout.Orientation.right, |
| | | gfSingleFramLayout.singleFramLayout, |
| | | gfSingleFramLayout.btnName, |
| | | gfSingleFramLayout.btnRightImage, |
| | | 48, 200); |
| | | } |
| | | else |
| | | { |