android左侧滑效果

avtivity_cehua.xml

xmlns:tools="http://schemas.android.com/tools"

android:id="@+id/drawer"

android:layout_width="match_parent"

android:layout_height="match_parent"

tools:context="com.mingle.service.ui.MainActivity">

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical">

android:layout_width="fill_parent"

android:layout_height="fill_parent"

layout="@layout/activity_main" />

android:id="@+id/menuLL"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:layout_gravity="start"

android:clickable="true"

android:background="@android:color/white"

android:orientation="vertical">

android:layout_width="fill_parent"

android:layout_height="fill_parent"

layout="@layout/activity_exit" />

在主区域能左侧滑出来效果

©著作权归作者所有:来自51CTO博客作者liang3391的原创作品,如需转载,请注明出处,否则将追究法律责任

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐