Fixed ripple not showing in white notification
This commit is contained in:
parent
88d4dd8e80
commit
e7cccb1310
2 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
android:id="@+id/root"
|
android:id="@+id/root"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="64dp"
|
android:layout_height="64dp"
|
||||||
|
android:background="#00000000"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
internal:layout_maxHeight="64dp"
|
internal:layout_maxHeight="64dp"
|
||||||
internal:layout_minHeight="64dp"
|
internal:layout_minHeight="64dp"
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/root"
|
android:id="@+id/root"
|
||||||
|
android:background="#00000000"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="128dp">
|
android:layout_height="128dp">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue