p2pchat / p2pChat

For the UW-Stout Software Engineering Practicum course
MIT License
2 stars 1 forks source link

Issue 78 fix left right format #82

Closed Enderknight2016 closed 4 years ago

Enderknight2016 commented 4 years ago

closes #78 I changed LinearLayout to RelativeLayout. RelativeLayout allows for lining up edges of items. AlignToParent_start and AlignToParent_end set left and right alignment. Confirms acceptance criteria.