thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
118 stars 51 forks source link

Build UI for tablets #377

Open thunderbiscuit opened 3 months ago

thunderbiscuit commented 3 months ago

I have met people who told me they downloaded the app on tablets, which I never really took time to develop a clean UI for. It's worth building.

ItoroD commented 3 months ago

I am interested in working on this

thunderbiscuit commented 1 month ago

One small thing I came across that might help with building on a really wide device UI is the Modifier.widthIn() method.

Modifier.widthIn(
    min: Dp = Dp.Unspecified,
    max: Dp = Dp.Unspecified
)
ItoroD commented 1 month ago

Cool! this is so that the content will adapt naturally to the screen