Rows don't render properly in Android Layout. Buttons seem to be the problem

前端 未结 3 1163
栀梦
栀梦 2021-01-26 04:26

I am new to Android Development and I am having trouble with my XML Layout... when I inly have rows with text and edittext the layout stays ok, but once I put the row with the b

3条回答
  •  自闭症患者
    2021-01-26 05:08

    Are you sure that you added the drawables @calbuttonbluesquare and clearbuttonbluesquare to your list? Also, they should be in a supported format? Try just putting each button on it's own view as a test, to make sure it's showing up right first.

提交回复
热议问题