mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 07:01:05 +01:00
Upgrade several AndroidX Libraries.
AppCompat 1.2.0 to 1.5.1 Lifecycle 2.3.1 to 2.5.1 Navigation 2.3.5 to 2.5.2 Fragment 1.3.5 to 1.5.2 Annotations 1.2.0 to 1.4.0 Window 1.0.0-alpha09 to 1.0.0 AAPT2 to 7.0.4 Fragment-Testing 1.3.5 to 1.5.2 (matching Fragment)
This commit is contained in:
committed by
Greyson Parrelli
parent
9331e9ce89
commit
26bebb9811
@@ -61,7 +61,7 @@
|
||||
android:layout_marginTop="16dp"
|
||||
android:padding="5dp"
|
||||
android:background="@drawable/circle_tintable"
|
||||
android:tint="@color/grey_600"
|
||||
app:tint="@color/grey_600"
|
||||
android:elevation="1dp"
|
||||
app:srcCompat="@drawable/ic_chevron_down_20"
|
||||
android:scaleY="-1"
|
||||
@@ -76,8 +76,8 @@
|
||||
android:layout_marginBottom="16dp"
|
||||
android:padding="5dp"
|
||||
android:background="@drawable/circle_tintable"
|
||||
android:tint="@color/grey_600"
|
||||
android:elevation="1dp"
|
||||
app:tint="@color/grey_600"
|
||||
app:srcCompat="@drawable/ic_chevron_down_20"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintBottom_toTopOf="@id/debug_log_submit_button"/>
|
||||
|
||||
Reference in New Issue
Block a user