From 0a0ba498be068713f4c3913c1e998bd52eda5993 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Thu, 16 Jul 2015 20:46:18 +0200 Subject: [PATCH] Hopefully fixed the "transparent notification bug" for Samsung (TouchWiz) devices. --- app/src/main/res/layout/notification.xml | 230 ++++++++-------- app/src/main/res/layout/notification_big.xml | 264 ++++++++++--------- 2 files changed, 260 insertions(+), 234 deletions(-) diff --git a/app/src/main/res/layout/notification.xml b/app/src/main/res/layout/notification.xml index 9d2a7a71..c338ece1 100644 --- a/app/src/main/res/layout/notification.xml +++ b/app/src/main/res/layout/notification.xml @@ -14,125 +14,139 @@ ~ limitations under the License --> - + + internal:layout_minHeight="64dp"> - - - - - - - - - - - - - - - + tools:ignore="UselessParent"> - + - + + + + android:minHeight="@dimen/notification_large_icon_height" + android:orientation="vertical"> + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/app/src/main/res/layout/notification_big.xml b/app/src/main/res/layout/notification_big.xml index 93f8d49e..9d52593c 100644 --- a/app/src/main/res/layout/notification_big.xml +++ b/app/src/main/res/layout/notification_big.xml @@ -15,142 +15,154 @@ --> - + - - - - - + android:layout_height="match_parent" + android:background="#00000000" + tools:ignore="UselessParent"> - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file