增加自动翻页时间可选范围 (#5132) (#5137)

This commit is contained in:
zhongerxll
2025-06-07 21:23:01 -05:00
committed by GitHub
parent b587dc32da
commit 3b91afd438

View File

@@ -48,7 +48,7 @@
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_marginEnd="15dp" android:layout_marginEnd="15dp"
android:min="1" android:min="1"
android:max="60" android:max="120"
tools:ignore="UnusedAttribute" /> tools:ignore="UnusedAttribute" />
</LinearLayout> </LinearLayout>