Android UI进阶之布局的优化
今天来讲下如何使用Android中提供的工具优化我们的布局。首先我们写一个最简单的框架布局。 [xhtml] <?xmlversion="1.0"encoding="utf-8"?><FrameLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical"android:layout_width="fill_par...