mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Make composer notification (not allowing to send messages) more compact
Change-Id: Iba087f569d8928e844bf34d5660ea7256156ad9d
This commit is contained in:
parent
89145f8ad5
commit
2b93557fd1
1 changed files with 3 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
|||
android:background="?vctr_keys_backup_banner_accent_color"
|
||||
android:minHeight="48dp"
|
||||
android:orientation="horizontal"
|
||||
android:padding="16dp">
|
||||
android:paddingHorizontal="16dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/roomNotificationIcon"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_gravity="top"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:importantForAccessibility="no"
|
||||
android:padding="5dp"
|
||||
tools:src="@drawable/ic_warning_badge" />
|
||||
|
@ -27,6 +27,7 @@
|
|||
android:gravity="start"
|
||||
android:paddingStart="4dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:paddingVertical="12dp"
|
||||
android:textColor="?vctr_content_primary"
|
||||
tools:text="@string/room_do_not_have_permission_to_post" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue