From f4fc58196bd246272bf755a767660c03f573cbc6 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 03 六月 2025 14:03:29 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- pickerviewlibrary/src/main/res/values/attrs.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/pickerviewlibrary/src/main/res/values/attrs.xml b/pickerviewlibrary/src/main/res/values/attrs.xml index 3c1ea39..d5e2269 100644 --- a/pickerviewlibrary/src/main/res/values/attrs.xml +++ b/pickerviewlibrary/src/main/res/values/attrs.xml @@ -19,4 +19,13 @@ <attr name="wheelview_dividerWidth" format="dimension"/> <attr name="wheelview_lineSpacingMultiplier" format="float"/> </declare-styleable> + <declare-styleable name="AVLoadingIndicatorView"> + <attr name="minWidth" format="dimension" /> + <attr name="maxWidth" format="dimension"/> + <attr name="minHeight" format="dimension" /> + <attr name="maxHeight" format="dimension"/> + <attr name="indicatorName" format="string"/> + <attr name="indicatorColor" format="color"/> + </declare-styleable> + </resources> \ No newline at end of file -- Gitblit v1.8.0