├── GenerateValueFiles.java ├── README.md ├── autolayout.jar ├── res全 ├── values-1024x600 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1024x768 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1184x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1196x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1208x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1280x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1280x800 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1334x750 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1700x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1776x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1800x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1812x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1920x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-2560x1440 │ ├── lay_x.xml │ └── lay_y.xml ├── values-2560x1600 │ ├── lay_x.xml │ └── lay_y.xml ├── values-480x320 │ ├── lay_x.xml │ └── lay_y.xml ├── values-800x480 │ ├── lay_x.xml │ └── lay_y.xml ├── values-800x600 │ ├── lay_x.xml │ └── lay_y.xml ├── values-854x480 │ ├── lay_x.xml │ └── lay_y.xml ├── values-854x540 │ ├── lay_x.xml │ └── lay_y.xml ├── values-960x540 │ ├── lay_x.xml │ └── lay_y.xml └── values-960x640 │ ├── lay_x.xml │ └── lay_y.xml ├── res标准 ├── values-1024x600 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1024x768 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1184x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1196x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1280x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1280x800 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1334x750 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1812x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1920x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-2560x1440 │ ├── lay_x.xml │ └── lay_y.xml ├── values-480x320 │ ├── lay_x.xml │ └── lay_y.xml ├── values-800x480 │ ├── lay_x.xml │ └── lay_y.xml ├── values-854x480 │ ├── lay_x.xml │ └── lay_y.xml └── values-960x540 │ ├── lay_x.xml │ └── lay_y.xml ├── res额外 ├── values-1024x600 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1024x768 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1184x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1196x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1280x720 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1280x800 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1334x750 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1776x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1812x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-1920x1080 │ ├── lay_x.xml │ └── lay_y.xml ├── values-2560x1440 │ ├── lay_x.xml │ └── lay_y.xml ├── values-480x320 │ ├── lay_x.xml │ └── lay_y.xml ├── values-800x480 │ ├── lay_x.xml │ └── lay_y.xml ├── values-854x480 │ ├── lay_x.xml │ └── lay_y.xml └── values-960x540 │ ├── lay_x.xml │ └── lay_y.xml └── res默认 ├── lay_x.xml └── lay_y.xml /GenerateValueFiles.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/GenerateValueFiles.java -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/README.md -------------------------------------------------------------------------------- /autolayout.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/autolayout.jar -------------------------------------------------------------------------------- /res全/values-1024x600/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1024x600/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1024x600/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1024x600/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1024x768/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1024x768/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1024x768/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1024x768/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1184x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1184x720/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1184x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1184x720/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1196x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1196x720/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1196x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1196x720/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1208x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1208x720/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1208x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1208x720/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1280x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1280x720/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1280x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1280x720/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1280x800/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1280x800/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1280x800/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1280x800/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1334x750/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1334x750/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1334x750/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1334x750/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1700x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1700x1080/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1700x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1700x1080/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1776x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1776x1080/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1776x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1776x1080/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1800x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1800x1080/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1800x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1800x1080/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1812x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1812x1080/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1812x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1812x1080/lay_y.xml -------------------------------------------------------------------------------- /res全/values-1920x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1920x1080/lay_x.xml -------------------------------------------------------------------------------- /res全/values-1920x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-1920x1080/lay_y.xml -------------------------------------------------------------------------------- /res全/values-2560x1440/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-2560x1440/lay_x.xml -------------------------------------------------------------------------------- /res全/values-2560x1440/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-2560x1440/lay_y.xml -------------------------------------------------------------------------------- /res全/values-2560x1600/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-2560x1600/lay_x.xml -------------------------------------------------------------------------------- /res全/values-2560x1600/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-2560x1600/lay_y.xml -------------------------------------------------------------------------------- /res全/values-480x320/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-480x320/lay_x.xml -------------------------------------------------------------------------------- /res全/values-480x320/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-480x320/lay_y.xml -------------------------------------------------------------------------------- /res全/values-800x480/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-800x480/lay_x.xml -------------------------------------------------------------------------------- /res全/values-800x480/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-800x480/lay_y.xml -------------------------------------------------------------------------------- /res全/values-800x600/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-800x600/lay_x.xml -------------------------------------------------------------------------------- /res全/values-800x600/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-800x600/lay_y.xml -------------------------------------------------------------------------------- /res全/values-854x480/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-854x480/lay_x.xml -------------------------------------------------------------------------------- /res全/values-854x480/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-854x480/lay_y.xml -------------------------------------------------------------------------------- /res全/values-854x540/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-854x540/lay_x.xml -------------------------------------------------------------------------------- /res全/values-854x540/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-854x540/lay_y.xml -------------------------------------------------------------------------------- /res全/values-960x540/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-960x540/lay_x.xml -------------------------------------------------------------------------------- /res全/values-960x540/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-960x540/lay_y.xml -------------------------------------------------------------------------------- /res全/values-960x640/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-960x640/lay_x.xml -------------------------------------------------------------------------------- /res全/values-960x640/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res全/values-960x640/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-1024x600/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1024x600/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-1024x600/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1024x600/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-1024x768/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1024x768/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-1024x768/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1024x768/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-1184x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1184x720/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-1184x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1184x720/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-1196x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1196x720/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-1196x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1196x720/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-1280x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1280x720/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-1280x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1280x720/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-1280x800/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1280x800/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-1280x800/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1280x800/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-1334x750/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1334x750/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-1334x750/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1334x750/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-1812x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1812x1080/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-1812x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1812x1080/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-1920x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1920x1080/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-1920x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-1920x1080/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-2560x1440/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-2560x1440/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-2560x1440/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-2560x1440/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-480x320/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-480x320/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-480x320/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-480x320/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-800x480/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-800x480/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-800x480/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-800x480/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-854x480/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-854x480/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-854x480/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-854x480/lay_y.xml -------------------------------------------------------------------------------- /res标准/values-960x540/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-960x540/lay_x.xml -------------------------------------------------------------------------------- /res标准/values-960x540/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res标准/values-960x540/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1024x600/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1024x600/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1024x600/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1024x600/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1024x768/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1024x768/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1024x768/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1024x768/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1184x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1184x720/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1184x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1184x720/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1196x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1196x720/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1196x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1196x720/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1280x720/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1280x720/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1280x720/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1280x720/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1280x800/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1280x800/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1280x800/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1280x800/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1334x750/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1334x750/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1334x750/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1334x750/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1776x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1776x1080/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1776x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1776x1080/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1812x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1812x1080/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1812x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1812x1080/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-1920x1080/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1920x1080/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-1920x1080/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-1920x1080/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-2560x1440/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-2560x1440/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-2560x1440/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-2560x1440/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-480x320/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-480x320/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-480x320/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-480x320/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-800x480/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-800x480/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-800x480/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-800x480/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-854x480/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-854x480/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-854x480/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-854x480/lay_y.xml -------------------------------------------------------------------------------- /res额外/values-960x540/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-960x540/lay_x.xml -------------------------------------------------------------------------------- /res额外/values-960x540/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res额外/values-960x540/lay_y.xml -------------------------------------------------------------------------------- /res默认/lay_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res默认/lay_x.xml -------------------------------------------------------------------------------- /res默认/lay_y.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GuoZhaoHui628/AutoLayoutAll/HEAD/res默认/lay_y.xml --------------------------------------------------------------------------------