Fix layout issue in notificaiton
This commit is contained in:
parent
7410515d1e
commit
24fbc59b11
6 changed files with 6 additions and 52 deletions
|
@ -20,13 +20,6 @@
|
|||
android:scaleType="centerCrop"
|
||||
tools:src="@tools:sample/avatars" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/foregroundImage"
|
||||
android:layout_width="96dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignStart="@id/largeIcon"
|
||||
android:src="@drawable/background_image" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -62,7 +55,7 @@
|
|||
android:ellipsize="end"
|
||||
android:lines="1"
|
||||
android:singleLine="true"
|
||||
android:textSize="13sp"
|
||||
android:textSize="10sp"
|
||||
tools:text="@string/app_name" />
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue