abr

Crates.ioabr
lib.rsabr
version0.0.1
sourcesrc
created_at2020-06-22 20:50:29.83481
updated_at2020-06-22 20:50:29.83481
descriptioncli tool to adjust screen size on android devices
homepage
repositoryhttps://github.com/merRen22/adr-android-device-resizer
max_upload_size
id256851
size14,923
Renato Mercado (merRen22)

documentation

README

ADR

Android Device Resizer

ARD is a cli tool made with Rust. This tool allows to resize the screen of a device connected to one of the following preset dimensions:

  • ldpi => Galaxy Y => (240x320,133)
  • mdpi => iphone => (320x480,165)
  • hdpi => Android One => (480x854,218)
  • xhdpi => Moto x => (720x1280,312)
  • xxhdpi => Google Pixel => (1080x1920,441)
  • xxxhdpi => Google Pixel XL => (1440x2560,534)

Example: this will reisze the android device to the mdpi size

adr mdpi

Installation!

  • crates The package can be found on

License

MIT

Free Software, Hell Yeah!

Commit count: 0

cargo fmt