按钮不适合屏幕 - 如何缩小其余布局

时间:2014-05-14 07:54:33

标签: android android-layout

我的日历布局有问题 - “完成”按钮不完全可见

enter image description here

这个布局的来源在这里我相信: https://android.googlesource.com/platform/packages/apps/Calendar/+/d1db03631de67104f7d3b3da73eaeec28a80aef2/res/layout/recurrencepicker.xml

任何想法应该如何解决?我可能会缩小显示月份日的区域,但说实话,我找不到它们的布局...我知道有几个月有两个视图 - 一个显示五月,另一个显示六月的一部分。我可能缩小甚至删除六月部分,但它在哪里

2 个答案:

答案 0 :(得分:0)

尝试减少marginTop,将其设为android:layout_marginTop="4dp",来自

<com.android.calendar.recurrencepicker.LinearLayoutWithMaxWidth
                    android:id="@+id/weekGroup"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="4dp"
                    android:layout_marginRight="4dp"
                    android:layout_marginTop="8dp"
                    android:gravity="center_horizontal"
                    android:orientation="horizontal" >

那边是8dp。希望它会在视图中做出一些改变。

答案 1 :(得分:0)

我认为日历和按钮处于相同的布局,如果没有,但它们在一个布局中并使其高度为match_parent,然后给它一个{_ 1}}的weight_sum,并为具有1高度的日历0.9指定权重,并为按钮指定0dp权重且0.1高度:

0dp