mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Reuse widget picker's surface color in add item dialog." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
94c4dbfbbb
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
<solid android:color="?attr/materialColorSurfaceContainerHighest" />
|
||||
<solid android:color="?attr/widgetPickerPrimarySurfaceColor" />
|
||||
<corners
|
||||
android:topLeftRadius="?android:attr/dialogCornerRadius"
|
||||
android:topRightRadius="?android:attr/dialogCornerRadius" />
|
||||
|
||||
Reference in New Issue
Block a user