如何在工具栏Android中获得Ken Burns效果?

时间:2019-06-18 07:43:37

标签: android-layout android-toolbar

我想在活动的工具栏内获得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>

0 个答案:

没有答案