Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e0a0a2b authored by Gitsaibot's avatar Gitsaibot Committed by Jochen Sprickerhof
Browse files

Cleanup Layout

parent dc83dc7f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -19,18 +19,18 @@
    android:layout_width="wrap_content"
    android:layout_height="48dip"
    android:gravity="center_vertical"
    android:paddingRight="8dip"
    android:paddingLeft="12dip">
    android:paddingEnd="8dp"
    android:paddingStart="12dp">

    <TextView android:id="@+id/top_button_weekday"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:singleLine="true"
        android:textSize="12sp"
        android:layout_marginTop="-2dip"
        android:layout_marginBottom="-8dip"
        android:layout_marginTop="-2dp"
        android:layout_marginBottom="-8dp"
        android:textColor="@color/calendar_view_switch_menu_text_color"
        android:gravity="left" />
        android:gravity="start" />

    <TextView android:id="@+id/top_button_date"
        android:layout_width="wrap_content"
@@ -38,6 +38,6 @@
        android:singleLine="true"
        android:textSize="@dimen/action_bar_date_text_size"
        android:textColor="@color/calendar_view_switch_menu_text_color"
        android:gravity="left" />
        android:gravity="start" />
</LinearLayout>