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
app:layout_scrollFlags="scroll|enterAlways|snap"
android:visibility="gone" >
+ <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. -->
<ImageView
- android:layout_height="wrap_content"
+ android:layout_height="match_parent"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"
android:paddingStart="10dp"
android:paddingEnd="10dp"
android:src="@drawable/close_light"
android:tint="?attr/addTabIconTintColor"
+ android:background="?attr/selectableItemBackground"
android:onClick="closeTab"
android:contentDescription="@string/close_tab" />
app:tabIndicatorGravity="top"
app:tabMode="scrollable" />
+ <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. -->
<ImageView
- android:layout_height="wrap_content"
+ android:layout_height="match_parent"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"
android:paddingStart="10dp"
android:paddingEnd="10dp"
android:src="@drawable/add_light"
android:tint="?attr/addTabIconTintColor"
+ android:background="?attr/selectableItemBackground"
android:onClick="addTab"
android:contentDescription="@string/add_tab" />
</LinearLayout>
<!-- Save Webpage as Image. -->
<string name="save_image">Guardar imagen</string>
- <string name="webpage_png">Webpage.png</string>
+ <string name="webpage_png">PaginaWeb.png</string>
<string name="saving_image">Guardando imagen…</string>
<string name="image_saved">Imagen guardada.</string>
<string name="error_saving_image">Error guardando imagen:</string>