1

一部の人々のようにlauncher2にいくつかの変更を加えています。ホットシートバーの位置を下ではなく上に変更しようとしています。Androidマニフェストの通知バーを非表示にしてから、ホットシートを移動するためにlauncher.xmlのマージンと重力属性を使用しますが、できるのは上ではなく右または左に移動してください。誰かが私を助けてくれることを願っています。

それはコードです:

<include
    android:id="@+id/dock_divider"
    layout="@layout/workspace_divider"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:layout_marginLeft="@dimen/button_bar_height"
    android:layout_gravity="top"/>


<include layout="@layout/hotseat"
    android:id="@+id/hotseat"
    android:layout_width="@dimen/button_bar_height_plus_padding"
    android:layout_height="match_parent"
    android:layout_gravity="top"/>

読んでくれてありがとう!!

4

0 に答える 0