gpt4 book ai didi

Android修复图片大小

转载 作者:行者123 更新时间:2023-11-29 18:07:18 25 4
gpt4 key购买 nike

在我的屏幕上,我有 3 个按钮,在这些按钮下方的下一行中,我有 3 个名称(与这些按钮对应的名称),但我的问题是,当名称更改时,按钮的大小也会更改,但我确实想要修复按钮的大小这是我的代码请帮助我

<TableLayout android:background="@drawable/toptab"
android:layout_width="fill_parent" android:id="@+id/tableLayout"
android:layout_height="wrap_content"
android:stretchColumns="1" android:gravity="center_vertical"
android:layout_alignParentBottom="true">

<TableRow>

<ImageButton android:id="@+id/btnPrev" android:background="@drawable/imgPrev"
android:layout_marginLeft="5dp"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>


<ImageButton android:id="@+id/btnRefresh"
android:layout_gravity="center" android:background="@drawable/refreshbutton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>

<ImageButton android:id="@+id/btnNext"
android:background="@drawable/imgNext"
android:layout_width="5dp"
android:layout_height="20dp"
android:layout_marginRight="5dp" />
</TableRow>
<TableRow >
<TextView android:id="@+id/prev" android:text="Hk" android:layout_marginLeft="5dp" />
<TextView android:id="@+id/refresh" android:text="Refresh" android:layout_gravity="center" />
<TextView android:id="@+id/next" android:text="RS" android:layout_marginRight="5dp" />
</TableRow>

</TableLayout>

最佳答案

如果您想避免固定按钮大小,那么我建议使用与 TableLayout 不同的布局, 也许 RelativeLayoutTextViews有属性(property)alignBaselineLinearLayoutweight属性可以解决问题。

关于Android修复图片大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12745940/

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