trojan-gfw / igniter

A trojan client for Android (UNDER CONSTRUCTION).
GNU General Public License v3.0
3.3k stars 736 forks source link

Adapt MainActivity to 720P screen resolution #288

Closed TchaikovDriver closed 4 years ago

TchaikovDriver commented 4 years ago

All the views in MainActivity will be visible(without scrolling) in 720P (1280x720, density 320). Not sure if it would exceed in some phones with weird screen resolution, so the root ScrollView is still at its place in layout.

Also define some styles for views in MainActivity, for unification and convenience.