2017-09-28 12 views

答えて

0
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent"> 

    <FrameLayout 
     android:layout_width="250dp" <!-- Set the width --> 
     android:layout_height="match_parent"> 

     #Your view 

    </FrameLayout> 

</android.support.v4.widget.DrawerLayout> 
+0

1.新しいユーザーが悪質なコンテンツを投稿し続けることを奨励するため、努力していない質問には答えないでください。 2.コードのみの回答は、あなたがしていることを説明していないため、素晴らしいものではありません。人々にコピー/ペーストをさせるだけでなく – Lexi

関連する問題