From e9c3729dd38f0126892c96e0f47529a492922e69 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Thu, 4 Jul 2019 16:54:12 -0700 Subject: [PATCH] Add a ripple touch animation to the New Tab and Close Tab buttons. https://redmine.stoutner.com/issues/437 --- app/build.gradle | 2 +- app/src/main/res/layout/main_framelayout.xml | 8 ++++++-- app/src/main/res/values-es/strings.xml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ec728bb4..3b8c832a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,5 +86,5 @@ dependencies { implementation 'com.google.android.material:material:1.0.0' // Only compile Firebase ads for the free flavor. - freeImplementation 'com.google.firebase:firebase-ads:17.2.1' + freeImplementation 'com.google.firebase:firebase-ads:18.0.0' } \ No newline at end of file diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index a381b996..5e330e24 100644 --- a/app/src/main/res/layout/main_framelayout.xml +++ b/app/src/main/res/layout/main_framelayout.xml @@ -141,14 +141,16 @@ app:layout_scrollFlags="scroll|enterAlways|snap" android:visibility="gone" > + @@ -160,14 +162,16 @@ app:tabIndicatorGravity="top" app:tabMode="scrollable" /> + diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index c475ead2..3790cb0c 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -203,7 +203,7 @@ Guardar imagen - Webpage.png + PaginaWeb.png Guardando imagen… Imagen guardada. Error guardando imagen: -- 2.43.0