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

Commit 5a6b4f82 authored by Joe Onorato's avatar Joe Onorato
Browse files

tighten up the notifciation layouts

Change-Id: I8e4f6a6412123fdd2d76381d568ab0bc3157b974
parent 5797f192
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:layout_marginTop="-4dp"
            android:singleLine="true"
            android:ellipsize="marquee"
            android:fadingEdge="horizontal"
+4 −1
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:layout_marginTop="-4dp"
            android:singleLine="true"
            android:ellipsize="marquee"
            android:fadingEdge="horizontal"
@@ -37,7 +38,9 @@
        />
    <ImageView android:id="@+id/icon"
        android:layout_width="48dp"
        android:layout_height="64dp"
        android:layout_height="32dp"
        android:layout_gravity="top"
        android:layout_marginTop="8dp"
        android:scaleType="center"
        />
</LinearLayout>
+2 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:layout_marginTop="-4dp"
            android:singleLine="true"
            android:ellipsize="marquee"
            android:fadingEdge="horizontal"
@@ -37,8 +38,8 @@
        android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_marginTop="-10dp"
        android:singleLine="true"
        android:gravity="center_vertical"
        />
</LinearLayout>
+5 −2
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:layout_marginTop="-4dp"
            android:singleLine="true"
            android:ellipsize="marquee"
            android:fadingEdge="horizontal"
@@ -33,11 +34,13 @@
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:singleLine="true"
        android:gravity="center_vertical"
        android:layout_marginTop="-10dp"
        />
    <ImageView android:id="@+id/icon"
        android:layout_width="48dp"
        android:layout_height="match_parent"
        android:layout_height="32dp"
        android:layout_gravity="top"
        android:layout_marginTop="6dp"
        android:scaleType="center"
        />
</LinearLayout>
+3 −3
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@
    <style name="TextAppearance.StatusBar.Icon">
    </style>
    <style name="TextAppearance.StatusBar.EventContent">
        <item name="android:textColor">?android:attr/textColorPrimary</item>
        <item name="android:textSize">16sp</item>
        <item name="android:textColor">#ff999999</item>
    </style>
    <style name="TextAppearance.StatusBar.EventContent.Title">
        <item name="android:textStyle">bold</item>
        <item name="android:textColor">?android:attr/textColorPrimary</item>
    </style>
</resources>
Loading