在android中制作背景暗淡

时间:2015-01-09 14:22:44

标签: android view

我想在我的项目中开发一个设置面板,比如google play。当我在屏幕上显示时,它会显示出来。当它移动时,背景变暗。 屏幕是这样的 Firt the screen is like this

当我滑动屏幕时,设置面板移动到前面,而backgrounf滑动变暗 When i slide the screen, the setting pannel moves to front while backgrounf goes slide dim.

当设置pannel到前面时,背景变得更暗淡。实际上,当设置面板移动到前面时,背景会逐渐变暗。 And when setting pannel comes to front cleasrly, background becomes more dim. Actually the background goes to dim gradually as the setting pannel moves to front.

我正在使用android 4.0.3..how来做到这一点。我需要帮助来发展这种观点。

1 个答案:

答案 0 :(得分:1)

这是Navigation Drawer UI设计模式。

Here is a tutorial解释如何使用DrawerLayout类创建一个。它使用支持库,因此它可以在4.0.3上运行。