95b6258ad8
- 3-step wizard: Welcome → Server URL → Scale Setup → Launch - Connection test with live feedback - BLE scale status during wizard - Dark theme with modern UI (slate/purple palette) - Settings page with URL edit, connection test, scale info, wizard reset - Skip scale option for users without BLE scales - Error page with retry button when server unreachable - All UI in English
8 lines
280 B
XML
8 lines
280 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="#1e293b" />
|
|
<corners android:radius="12dp" />
|
|
<stroke android:width="1dp" android:color="#334155" />
|
|
</shape>
|