some row height tweaks

This commit is contained in:
tibbi 2017-01-15 13:46:46 +01:00
parent 8d2560450a
commit f9cf4e8b80
3 changed files with 7 additions and 3 deletions

View File

@ -23,7 +23,8 @@
android:id="@+id/week_view_hours_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:orientation="vertical"
android:paddingBottom="@dimen/weekly_view_row_height">
</LinearLayout>

View File

@ -4,6 +4,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="bottom"
android:minHeight="60dp"
android:minHeight="@dimen/weekly_view_row_height"
android:paddingLeft="@dimen/medium_margin"
android:paddingRight="@dimen/medium_margin"/>
android:paddingRight="@dimen/medium_margin"
android:textSize="@dimen/normal_text_size"/>

View File

@ -3,6 +3,8 @@
<dimen name="yearly_padding_half">3dp</dimen>
<dimen name="yearly_padding_full">6dp</dimen>
<dimen name="weekly_view_row_height">60dp</dimen>
<dimen name="min_widget_width">250dp</dimen>
<dimen name="min_widget_height">250dp</dimen>