使用BoxInsetLayout类

时间:2015-09-03 09:08:27

标签: wear-os

查看文档(https://developer.android.com/training/wearables/ui/layouts.html),我试图定义一个可以使用.btn { border-radius: 5px; display: block; opacity: 1; <--from background: red; text-align: center; line-height: 40px; font-weight: bold; &:hover { opacity:.7; <--to transition: opacity .2s ease-out; <--fun fade animation :) -moz-transition: opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out; } } 类在方形和圆形设备上正确显示的布局。

但是在关注文档之后,这就是我的屏幕上显示的内容:

enter image description here

框离开圆圈,我的按钮显示不正确。

BoxInsetLayout

1 个答案:

答案 0 :(得分:0)

我会回答我自己的愚蠢问题:你只需要更改填充(15dp是不够的,我修复它将它放到50dp):

android:padding="50dp"