mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
fix lint score
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
4c64686abc
commit
9314be1e3d
2 changed files with 1 additions and 5 deletions
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:drawable="@drawable/reaction_self_bottom_sheet_background"
|
||||
android:insetBottom="8dp" />
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
<com.vanniktech.emoji.EmojiEditText
|
||||
android:id="@+id/emojiMore"
|
||||
android:layout_width="@dimen/activity_row_layout_height"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/activity_row_layout_height"
|
||||
android:layout_marginEnd="2dp"
|
||||
android:layout_weight="1"
|
||||
|
|
Loading…
Reference in a new issue