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

Commit 09159fcf authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Adapted the no notifications view according to spec"

parents fee27b2d 2b39c4cc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,9 +25,9 @@
            android:id="@+id/no_notifications"
            android:layout_width="match_parent"
            android:layout_height="64dp"
            android:paddingTop="12dp"
            android:paddingTop="28dp"
            android:gravity="top|center_horizontal"
            android:textColor="#ffffff"
            android:textSize="20sp"
            android:textColor="#e6ffffff"
            android:textSize="16sp"
            android:text="@string/empty_shade_text"/>
</com.android.systemui.statusbar.EmptyShadeView>