gpt4 book ai didi

android - 在 Seekbar Android 中使用 rotation = 270 时无法正确指定高度和宽度

转载 作者:行者123 更新时间:2023-11-29 14:13:43 24 4
gpt4 key购买 nike

我在指定垂直搜索栏的高度和宽度时遇到问题,android。我已将旋转指定为 270。

案例 1:

宽度=300dp 和高度=wrap_content

我得到的高度和宽度都等于 300dp。

案例二

宽度=wrap_content 高度=300dp

我得到的高度等于 wrap_content,宽度等于 300dp。

所以我的问题是我们如何在使用 rotation = 270 时正确指定高度和宽度。

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.puzzleup.ScrambleActivity">

<SeekBar
android:layout_width="300dp"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:max="7"
android:rotation="270" />
</RelativeLayout>

最佳答案

我知道已经晚了,但也许这仍然可以帮助您。

刚刚写了一篇关于这个的文章: http://www.mcfly-development.net/#/article/read/5

继续,垂直搜索栏并没有真正起作用,因为在进行旋转之前,android 设置了高度。也许这可以帮助

关于android - 在 Seekbar Android 中使用 rotation = 270 时无法正确指定高度和宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36138566/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com