在一个角度设置imageview,占据屏幕的整个宽度。 android:旋转在两侧留下空间

时间:2017-01-22 07:32:25

标签: android android-layout android-studio imageview android-imageview

我正在尝试做这样的事情:

enter image description here

在stackOverflow和google上的大量链接上找到了几个答案,除了使用属性“android:rotation”之外什么都没找到,但这不是我想要的。应用Rotation属性给我这样的东西:

enter image description here

使用:

<ImageView
    android:layout_width="match_parent"
    android:layout_height="100dp"
    android:rotation="5"
    android:id="@+id/imageView" />

这肯定不是我想要的。还有其他办法吗?

0 个答案:

没有答案