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

Commit d3229ff5 authored by Paul Soulos's avatar Paul Soulos
Browse files

Changes margin for cards on N9

bug: 17430677
Change-Id: If70c2caea633dadd0f48180d865c3db41d823dd9
parent 7d13d9ce
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -28,4 +28,7 @@
    <dimen name="quickcontact_maximum_title_size">64dp</dimen>
    <!-- Right margin of the floating action button -->
    <dimen name="floating_action_button_margin_right">100dp</dimen>

    <dimen name="expanding_entry_card_marginStartEnd">10dp</dimen>

</resources>
+1 −2
Original line number Diff line number Diff line
@@ -132,8 +132,7 @@


    <!-- Margins for ExpandingEntryCardView -->
    <dimen name="expanding_entry_card_marginStart">8dp</dimen>
    <dimen name="expanding_entry_card_marginEnd">8dp</dimen>
    <dimen name="expanding_entry_card_marginStartEnd">8dp</dimen>
    <dimen name="expanding_entry_card_marginBottom">12dp</dimen>
    <!-- Width of the grey border surrounding the expanding entry cards. If we ever add
         a rounded corner to the expanding entry cards, than we will need to increase this value -->
+2 −2
Original line number Diff line number Diff line
@@ -275,8 +275,8 @@
        <item name="android:elevation">@dimen/expanding_entry_card_elevation</item>
        <item name="android:background">@color/expanding_entry_card_background_color</item>
        <item name="android:layout_marginBottom">@dimen/expanding_entry_card_marginBottom</item>
        <item name="android:layout_marginEnd">@dimen/expanding_entry_card_marginEnd</item>
        <item name="android:layout_marginStart">@dimen/expanding_entry_card_marginStart</item>
        <item name="android:layout_marginEnd">@dimen/expanding_entry_card_marginStartEnd</item>
        <item name="android:layout_marginStart">@dimen/expanding_entry_card_marginStartEnd</item>
        <item name="android:orientation">vertical</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>