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

Commit 8c8634b5 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am c8a041f1: am 450da449: Merge "New shadowy status bar, direct from Z\'ha\'dum." into kraken

parents 8170489c c8a041f1
Loading
Loading
Loading
Loading
+199 B (1.01 KiB)
Loading image diff...
+1.39 KiB (2.31 KiB)
Loading image diff...
+17 B (204 B)
Loading image diff...
+2.95 KiB (3.16 KiB)
Loading image diff...
+5 −5
Original line number Diff line number Diff line
@@ -76,28 +76,28 @@
            android:paddingTop="2dip"
            android:paddingRight="10dip">
            <TextView
                android:textAppearance="@style/TextAppearance.StatusBar.Ticker"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:singleLine="true"
                android:textColor="#ff000000" />
                />
            <TextView
                android:textAppearance="@style/TextAppearance.StatusBar.Ticker"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:singleLine="true"
                android:textColor="#ff000000" />
                />
        </com.android.server.status.TickerView>
    </LinearLayout>

    <com.android.server.status.DateView android:id="@+id/date"
        android:textAppearance="@style/TextAppearance.StatusBar.Icon"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:singleLine="true"
        android:textSize="16sp"
        android:textStyle="bold"
        android:gravity="center_vertical|left"
        android:paddingLeft="6px"
        android:paddingRight="6px"
        android:textColor="?android:attr/textColorPrimaryInverse"
        android:background="@drawable/statusbar_background"
        />
</com.android.server.status.StatusBarView>
Loading