Androidで2048ゲームを作成する必要があります。 ボードの場合、GridLayoutを使用してプログラム的に設定する必要があります。 元のゲームと同じように4x4グリッドになります。 カードの場合、TextLayoutを使用してFrameLayoutを使用し、それを中央に配置する必要があります。 Original game screenshot My result screenshot こ
私は余白を変更するには次のコードを使用しています。検査モードで動作していますが、実際には動作しません。 body .container-wrapper, body .body-wrapper #undefined-sticky-wrapper {
margin-bottom: 0px;
} ウェブサイト:www.gtctrust.com In Inspect Mode Actu