【问题标题】:How i can animate navigation drawer resize itself to half screen?我如何动画导航抽屉将其自身调整为半屏?
【发布时间】:2017-09-28 13:23:42
【问题描述】:

整个导航栏都在前面,主要活动向左移动并缩小。请问谁能告诉我最简单的方法?

【问题讨论】:

  • 到目前为止你做了什么来证明你的努力。

标签: android


【解决方案1】:
<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>

【讨论】:

  • 1.不要回答不费吹灰之力的问题,因为它会鼓励新用户继续发布不良内容。 2. 仅代码的答案不是很好,因为它不能解释你在做什么。我们想教,而不仅仅是让人们复制/粘贴
猜你喜欢
  • 2013-07-20
  • 1970-01-01
  • 2014-06-08
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2023-03-13
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多