Fixed ripple not showing in white notification

This commit is contained in:
Karim Abou Zeid 2015-07-11 03:01:53 +02:00
commit e7cccb1310
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="64dp"
android:background="#00000000"
android:orientation="horizontal"
internal:layout_maxHeight="64dp"
internal:layout_minHeight="64dp"

View file

@ -18,6 +18,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root"
android:background="#00000000"
android:layout_width="match_parent"
android:layout_height="128dp">