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

Commit b32c306e authored by Niedermann IT-Dienstleistungen's avatar Niedermann IT-Dienstleistungen Committed by Niedermann IT-Dienstleistungen
Browse files

#377 New section style

Use @dimen variables for font sizes
parent 0c43229b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
                    android:singleLine="true"
                    android:layout_weight="1"
                    android:textColor="@drawable/list_item_color_selector"
                    android:textSize="16sp" />
                    android:textSize="@dimen/primary_font_size" />

                <ImageView
                    android:id="@+id/noteStatus"
@@ -93,7 +93,7 @@
                    android:paddingTop="1dp"
                    android:layout_weight="1"
                    android:textColor="@drawable/list_item_color_selector_low"
                    android:textSize="14sp" />
                    android:textSize="@dimen/secondary_font_size" />

                <TextView
                    android:id="@+id/noteCategory"
@@ -111,7 +111,7 @@
                    android:layout_marginLeft="8dp"
                    android:singleLine="true"
                    android:textColor="@drawable/list_item_color_selector"
                    android:textSize="14sp" />
                    android:textSize="@dimen/secondary_font_size" />
            </android.support.v7.widget.LinearLayoutCompat>
        </android.support.v7.widget.LinearLayoutCompat>
    </android.support.v7.widget.LinearLayoutCompat>
+1 −1
Original line number Diff line number Diff line
@@ -24,5 +24,5 @@
        android:paddingEnd="16dp"
        android:paddingTop="48dp"
        android:textColor="@color/fg_default_selection"
        android:textSize="14sp" />
        android:textSize="@dimen/secondary_font_size" />
</RelativeLayout>
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@
    <dimen name="button_padding">16dp</dimen>
    <dimen name="button_elevation">5dp</dimen>

    <dimen name="primary_font_size">16sp</dimen>
    <dimen name="secondary_font_size">14sp</dimen>

    <!-- Widgets -->
    <dimen name="widget_margin">8dp</dimen>
    <dimen name="widget_single_note_padding">10dp</dimen>