728x90 Design3 When changing the height value of the design in visual studio, it is not the desired value. Why? There could be several reasons why the height value of a design in Visual Studio is not set to the desired value. Some common causes include: The height is being overridden by another property or style in the same layout or control. The height is being limited by the size of the parent container or window. The height is being calculated based on the content of the control, and the content is lar.. 2023. 2. 7. android design 라이브러리 추가시 오류 implementation 'com.android.support:design:28.0.0' 위와같이 입력하였는데, 에러가 나온다. com.android.support:design:28.0.0 경로는 com.google.android.material:material:1.0.0-rc01 위의 경로로 변경되었다. 2022. 3. 12. [android studio] design 라이브러리 추가시 오류 implementation 'com.android.support:design:28.0.0' 위와같이 입력하였는데, 에러가 나온다. com.android.support:design:28.0.0 경로는 com.google.android.material:material:1.0.0-rc01 위의 경로로 변경되었다. dependencies안에 변경된 경로로 수정 후 해당 오류가 해결되었다. 2021. 10. 24. 이전 1 다음 728x90