Merge "Bouncer: Change color of emergency button" into tm-dev
This commit is contained in:
@@ -15,10 +15,11 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
|
||||
android:color="?attr/wallpaperTextColorSecondary">
|
||||
<item android:id="@android:id/background">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="?android:attr/colorAccent"/>
|
||||
<solid android:color="?androidprv:attr/colorAccentTertiary"/>
|
||||
<corners android:radius="24dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user