[Notification] Fixed Classic Notification on A12

This commit is contained in:
Prathamesh More 2021-12-25 21:02:45 +05:30
parent 853289a81d
commit c0edb8b311

View file

@ -9,7 +9,6 @@
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/content"
android:layout_alignParentEnd="true">
<ImageView
@ -60,9 +59,8 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="horizontal"
android:paddingStart="8dp"
android:paddingEnd="0dp">
android:layout_marginTop="16dp"
android:orientation="horizontal">
<ImageButton
android:id="@+id/action_prev"