Merge "NotificationStation: Fix crash, use dark theme" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bc1889071f
@@ -18,6 +18,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="6dp"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
|
||||
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
|
||||
android:orientation="vertical"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@color/dashboard_background_color">
|
||||
android:background="?attr/dashboardBackgroundColor">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
|
Reference in New Issue
Block a user