0
Iamはfloatlayoutを中心に手助けしましたか? 理解のためにアップロードされた画像... 私のアイデアは、アイコンを追加した後、KivyのWindows 8レトロなボタンをレトロなボタンで再現したレイアウトです。私はKivyの中心にFloatLayoutを配置することはできません
マイKVファイル:
<SMAgro>:
AnchorLayout:
anchor_x: 'center'
anchor_y: 'center'
FloatLayout:
canvas:
Color:
rgb: [1,1,1,1]
Rectangle:
pos: self.pos
size: self.size
Button:
background_color: [.4,1,.1,1]
pos_hint: {'x': 0.26, 'y': 0.328571}
size_hint: 0.45, 0.3
text: "Equipamentos"
# StackLayout:
# pos: self.parent.pos
# size: self.parent.size
# orientation: 'lr-tb'
# Image:
# source: 'kivy.png'
# size_hint_x: None
# width: 74
# Label:
# size_hint_x: None
# width: 100
# text: "Equipamentos"
Button:
background_color: [.4,1,.1,1]
pos_hint: {'x': 0.26, 'y': 0.15}
size_hint: 0.225, 0.18
text: 'Configuracoes'
Button:
background_color: [.4,1,.1,1]
pos_hint: {'x': 0.486, 'y': 0.15}
size_hint: 0.225, 0.18
text: 'Sobre'
仕事仲間中心IAM理解していない...私が試した... THANKS !!! –
悪い説明を申し訳ありませんが、私の英語はあまり良くありません。主なものは、多くのものを中心に配置するよりも(この例では3つのボタン)1つのもの(この例ではFloatLayout) –