17 lines
1.1 KiB
Markdown
17 lines
1.1 KiB
Markdown
- 界面上方`title_bar` 移动到底部
|
||
- 需要修改 activity_main.xml,在layout和layout-land
|
||
- 主题显示区域的 marginTop 修改为 marginBottom
|
||
- Menu也将 marginTop 修改为 marginBottom
|
||
- titleBar 修改 marginBottom
|
||
- 调整之后menu中唤起的 note_menu_popupwindow 和 measure_menu_popupwindow 需要把 `paddingTop` 修改为 `paddingBottom`
|
||
- titlebar小工具只显示 相机和电量
|
||
- 需要修改 `fragment_main_titlebar` 和 `fragment_main_titlebar_820` `820` 是用于横屏模式
|
||
- 把 `<include layout="@layout/other_param_h" />` 的 `other_param_h` 的根节点,设置为`visibility="gone"`
|
||
- 设置了上面的之后,相机图标会消失
|
||
- 需要把相机显示的两个控件的设置为 `layout_width="40.0.dip"`
|
||
- Menu + TitleBar 背景颜色修改
|
||
- 背景颜色直接修改,Menu和TitleBar的背景颜色是分开的
|
||
- TGC 只留下TGC一个选项
|
||
- 在 `activity_auxiliaire_setting.xml` 的 `rg_shortcut_button` 中除了 `tgc` 之外全部都 `visibility="gone"`
|
||
- Menu图标修改
|
||
- 后期替换图片和xml文件 |