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