我正在尝试创建telerik侧抽屉我是Android开发的新手,请您用一些示例来解释一下。
答案 0 :(得分:1)
sample axml布局
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rootView"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.telerik.android.primitives.widget.sidedrawer.RadSideDrawer
android:id="@+id/sideDrawer"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
答案 1 :(得分:0)
http://www.telerik.com/forums/not-able-to-setup-radsidedrawer igot它从这个网址回答它们的解释清楚。