Issue
ERROR:C:\Users\aron.kibet\AndroidStudioProjects\Status_Saver22\app\src\main\res\layout\activity_main.xml:2: AAPT: error: attribute layout_height (aka com.example.status_saver22:layout_height) not found.
Solution
you need to add android:layout_height="wrap_content"
in your respected View of the xml file.
Happy Coding :)
Answered By - Kishan Mevada
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.