[Notification] Fixed Classic Notification on A12
This commit is contained in:
parent
853289a81d
commit
c0edb8b311
1 changed files with 2 additions and 4 deletions
|
@ -9,7 +9,6 @@
|
||||||
android:id="@+id/image"
|
android:id="@+id/image"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignBottom="@+id/content"
|
|
||||||
android:layout_alignParentEnd="true">
|
android:layout_alignParentEnd="true">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
@ -60,9 +59,8 @@
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="horizontal"
|
android:layout_marginTop="16dp"
|
||||||
android:paddingStart="8dp"
|
android:orientation="horizontal">
|
||||||
android:paddingEnd="0dp">
|
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/action_prev"
|
android:id="@+id/action_prev"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue