我想在活动的工具栏内获得Kens Burns效果。我使用的是来自github的flaviofaria kenburnsview。
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:attribute="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbaractivity"
android:layout_width="match_parent"
android:layout_height="120dp"
android:background="@android:color/transparent"
attribute:contentInsetStart="0dp">
<com.flaviofaria.kenburnsview.KenBurnsView
android:id="@+id/image"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:background="@drawable/bannerapp" />
</android.support.v7.widget.Toolbar>