Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update layout #36

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Update layout #36

wants to merge 5 commits into from

Conversation

MrtitaniumJ
Copy link

@MrtitaniumJ MrtitaniumJ commented Jan 23, 2023

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.

@MrtitaniumJ MrtitaniumJ changed the title Update activity_main.xml Update layout Jan 23, 2023
ImgBotApp and others added 2 commits January 24, 2023 04:02
*Total -- 170.09kb -> 144.58kb (15%)

/app/src/main/res/drawable/chirag.jpg -- 43.28kb -> 33.83kb (21.83%)
/app/src/main/res/drawable/astro.jpg -- 98.41kb -> 83.94kb (14.7%)
/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -- 10.40kb -> 9.54kb (8.33%)
/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -- 7.72kb -> 7.27kb (5.88%)
/app/src/main/res/drawable/download.png -- 1.96kb -> 1.85kb (5.29%)
/app/src/main/res/mipmap-hdpi/ic_launcher.png -- 3.51kb -> 3.43kb (2.14%)
/app/src/main/res/mipmap-xhdpi/ic_launcher.png -- 4.81kb -> 4.71kb (2.07%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants