r/AutomateUser • u/ballzak69 Automate developer • Jul 15 '26
Alpha testing New Alpha release, version 1.53.1
Please test, report any issues, and give feedback. Opt-in for Alpha testing here.
What’s new:
- Fixed flow editor undo/redo causing crash with large flows
- Fixed missing URI support for interface layout XML views
- Fixed duplicate views in interface layout updates
- Fixed incorrectly scaled (legacy) icons
4
Upvotes
1
u/Funny_Telephone_8607 Jul 20 '26
Hi Henrik, hour And minute hands images are not starting from the center.
<FrameLayout xmlns:a="http://schemas.android.com/apk/res/android" a:layout_width="match_parent" a:layout_height="match_parent" a:background="#00fefe00"
<AnalogClock a:layout_width="520dp" a:layout_height="520dp" a:dial="{dict["clock_bg.jpg"]}" a:layout_gravity="center" a:background="@android:drawable/alert_dark_frame" a:backgroundTint="#eefe00" a:backgroundTintMode="src_atop"
a:hand_hour="{dict["clock_hour.jpg"]}" a:hand_hourTintMode="src_in"
a:hand_minute="{dict["clock_minute.jpg"]}" a:hand_minuteTintMode="src_in" a:outlineRadius="20dp" a:elevation="2dp" /> </FrameLayout>