Skip to content

Commit 1b5fe2c

Browse files
Color promo icons in toolbar.
Glide version is updated to fix error icon themeing.
1 parent 409269d commit 1b5fe2c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,8 @@ dependencies {
716716
googlePlayImplementation("com.google.android.play:core-ktx:1.8.1")
717717

718718
// Glide
719-
implementation 'com.github.bumptech.glide:glide:4.12.0'
720-
kapt 'com.github.bumptech.glide:compiler:4.12.0'
719+
implementation 'com.github.bumptech.glide:glide:4.15.1'
720+
kapt 'com.github.bumptech.glide:compiler:4.15.1'
721721

722722
// Room
723723
def room_version = "2.4.3"

app/src/main/res/layout/chrome_home.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
android:adjustViewBounds="true"
5151
android:background="@drawable/round_selectable_item_bg"
5252
android:padding="8dp"
53-
android:visibility="gone"
54-
app:tint="@color/white" />
53+
android:visibility="gone" />
5554
</androidx.appcompat.widget.Toolbar>
5655

5756
<com.google.android.material.tabs.TabLayout

0 commit comments

Comments
 (0)