android-constraintlayout

    1熱度

    1回答

    我想把我的白色按鈕放在屏幕中心,並帶有這樣的約束。 1.在父邊緣之間水平居中,並可能會留下一些空白。 2.頂部父母和棍子按鈕之間垂直居中。 現在我的佈局是這樣的圖像 好吧,我想我可以把一些本的FrameLayout按鈕,然後約束它,但這似乎是壓倒性添加另一個佈局。我已經爲D-Pad和XAYB添加了下一個FrameLayout,甚至RelativeLayout似乎是使用ConstraintLayou

    2熱度

    3回答

    我正在用android studio創建我的第一個應用程序,這是我的第一個問題: 我想嘗試ConstraintLayout。我用Design Editor編寫了一個帶有ConstraintLayout的佈局(點擊它們)。當我在Android模擬器中嘗試佈局時,所有按鈕都移動到左上角:( 除了當我創建我的第一個項目時自動生成的「Hello World」標籤 標籤和按鈕是,一些以app:layout_

    0熱度

    1回答

    我試圖通過單擊按鈕來更改背景,但我無法在java代碼中識別約束佈局。 activity_main.xml中: <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

    1熱度

    1回答

    正如您所看到的,在小屏幕上,最後一個TextView被裁剪到右側。 這裏是它的外觀: 我需要它是這樣: 這裏是佈局源代碼: <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.androi

    1熱度

    1回答

    我想在約束佈局中的某些位置應用分隔線,但是當我通過簡單視圖進行操作時,整個佈局會轉移到頂端並且所有內容都會合並。我只想在整個設計中使用約束佈局。 <TextView android:id="@+id/textView16" android:layout_width="0dp" android:layout_height="18dp" android:text

    0熱度

    1回答

    我一直在試圖爲我的應用程序(使用ConstraintLayout)製作一個GUI,其中我有像按鈕對齊的圖像,但是,這些按鈕(或任何其他實際)有這個奇怪的問題,即使我移動(並保存)約束位置,它只是返回一些數字(在本例中爲16)。 我在這裏做錯了什麼?造成這種情況的原因/爲什麼編輯重新設置位置? http://i.imgur.com/OFndFb7.gifv(GIF - 40年代) 版本: Const

    0熱度

    1回答

    錯誤說我需要驗證我的代碼中的android:layout_height/width並且它沒有android:layout_height/width所需的元素。新的Java所以任何幫助,將不勝感激。 我的MainActivity代碼是這樣的: package com.example.name.myapplication; import android.support.v7.app.App

    2熱度

    2回答

    當我在自定義Notification中使用ConstraintLayout時,我得到InflationException。我可以在我的應用程序的其他地方使用它們,而不是在Notification的自定義佈局中。我假定支持庫中包含的任何小部件根本不能用於RemoteView,但我無法在其中找到任何確認。有人知道嗎? E/StatusBar: couldn't inflate view for not

    2熱度

    1回答

    我是Android新手,在Android Studio中設計佈局時遇到問題。我發現了很多相關的問題,但都沒有成功。根據當前預覽尺寸(Pixel,Nexus 7 ...),約束值始終由Android Studio在dp中進行硬編碼。 代碼我寫在XML編輯器(即工作得很好我的手機上): <?xml version="1.0" encoding="utf-8"?> <android.support.c

    1熱度

    1回答

    我有這樣的佈局: <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://