如何将变量读入 XML 文件。这是我有的搜索栏
<SeekBar
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10px"
android:id="@+id/seekbar"
android:max="100"
android:progress="50"
/>
我想将 android:max 更改为变量,因为它会改变。这是怎么做到的?谢谢