mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 14:35:40 +03:00
Merge pull request #1267 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.3.0
Bump appcompat from 1.2.0 to 1.3.0
This commit is contained in:
commit
c5dd505729
5 changed files with 14 additions and 14 deletions
|
@ -177,7 +177,7 @@ configurations.all {
|
|||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*'], dir: 'libs')
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.3.0'
|
||||
implementation 'com.google.android.material:material:1.3.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||
implementation 'com.github.vanniktech:Emoji:0.6.0' // 0.7.0 has display issue - don't update to 0.7.0
|
||||
|
|
|
@ -75,8 +75,8 @@
|
|||
android:background="@color/transparent"
|
||||
android:contentDescription="@string/nc_add_emojis"
|
||||
android:src="@drawable/ic_insert_emoticon_black_24dp"
|
||||
android:tint="@color/emoji_icons"
|
||||
android:visibility="gone"
|
||||
app:tint="@color/emoji_icons"
|
||||
tools:visibility="visible" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -79,10 +79,10 @@
|
|||
android:layout_height="30dp"
|
||||
android:layout_marginLeft="@dimen/standard_half_margin"
|
||||
android:layout_marginRight="@dimen/standard_half_margin"
|
||||
android:tint="@color/black"
|
||||
android:src="@drawable/upload"
|
||||
android:background="@drawable/round_corner"
|
||||
android:contentDescription="@string/upload_new_avatar_from_device" />
|
||||
android:contentDescription="@string/upload_new_avatar_from_device"
|
||||
android:src="@drawable/upload"
|
||||
app:tint="@color/black" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/avatar_choose"
|
||||
|
@ -90,10 +90,10 @@
|
|||
android:layout_height="30dp"
|
||||
android:layout_marginLeft="@dimen/standard_half_margin"
|
||||
android:layout_marginRight="@dimen/standard_half_margin"
|
||||
android:src="@drawable/ic_mimetype_folder"
|
||||
android:background="@drawable/round_corner"
|
||||
android:tint="@color/colorPrimary"
|
||||
android:contentDescription="@string/choose_avatar_from_cloud" />
|
||||
android:contentDescription="@string/choose_avatar_from_cloud"
|
||||
android:src="@drawable/ic_mimetype_folder"
|
||||
app:tint="@color/colorPrimary" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/avatar_delete"
|
||||
|
@ -101,10 +101,10 @@
|
|||
android:layout_height="30dp"
|
||||
android:layout_marginLeft="@dimen/standard_half_margin"
|
||||
android:layout_marginRight="@dimen/standard_half_margin"
|
||||
android:src="@drawable/trashbin"
|
||||
android:tint="@color/black"
|
||||
android:background="@drawable/round_corner"
|
||||
android:contentDescription="@string/delete_avatar" />
|
||||
android:contentDescription="@string/delete_avatar"
|
||||
android:src="@drawable/trashbin"
|
||||
app:tint="@color/black" />
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
-->
|
||||
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
|
@ -57,7 +58,7 @@
|
|||
android:layout_toStartOf="@id/messageSendButton"
|
||||
android:background="@color/transparent"
|
||||
android:src="@drawable/ic_insert_emoticon_black_24dp"
|
||||
android:tint="@color/emoji_icons"
|
||||
app:tint="@color/emoji_icons"
|
||||
android:contentDescription="@string/nc_add_emojis" />
|
||||
|
||||
<ImageButton
|
||||
|
@ -86,5 +87,4 @@
|
|||
android:layout_toStartOf="@id/smileyButton" />
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
</merge>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
DO NOT TOUCH; GENERATED BY DRONE
|
||||
<span class="mdl-layout-title">Lint Report: 3 errors and 338 warnings</span>
|
||||
<span class="mdl-layout-title">Lint Report: 3 errors and 336 warnings</span>
|
||||
|
|
Loading…
Reference in a new issue