DSCKGEC / Resumie

Resumie is an android CV & Portfolio app. Now carry your resume with you wherever you go!
MIT License
11 stars 13 forks source link

Update layout #36

Open MrtitaniumJ opened 1 year ago

MrtitaniumJ commented 1 year ago

Linked Issue: Organization and Documentation of the code #31

Changes

-Added comments in the main activity layout file which describes the code functionalities -These were the some issues in fragment cv file which i had fixed: -The RecyclerView, which is used to display a list of items, does not have a layout manager set. This means that the items will not be properly laid out within the RecyclerView. -The TextView with id textView8 does not have an android:textColor attribute set, so it will use the default color which may not match with the overall design of the app. -The FloatingActionButton with id create_cv, does not have any onClickListener set, so it will not perform any action when clicked. -The android:scrollbars attribute on the ConstraintLayout is set to "vertical", but it does not have a layout_height of "match_parent", so it will not provide any functionality. -The paddingBottom attribute on the ConstraintLayout is set to 20dp, but it does not have a layout_height of "match_parent", so it will not provide any functionality.