Skip to content

Conversation

@codedsun
Copy link
Contributor

Fixed #2875 : refactor about activity code and layout with camelcase convention

Changes: Followed camelCase and removed unnecessary views, simplified view hierarchy with constraint layout

Screenshots of the change:

@codedsun
Copy link
Contributor Author

@yashk2000 please review

@codedsun
Copy link
Contributor Author

@iamareebjamal Please check


/** Created by Jibo on 02/03/2016. */
public class AboutActivity extends ThemedActivity {
/** Created by codedsun on 26/9/2019. */
Copy link
Member

@yashk2000 yashk2000 Sep 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

irrelevant change

android:configChanges="orientation|screenSize"
android:label="@string/about"
android:theme="@style/Theme.AppCompat.NoActionBar">
<intent-filter>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is removing this really needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yashk2000 Why is this added?

@yashk2000
Copy link
Member

Please provide screenshots of the change if any.

@codedsun
Copy link
Contributor Author

image

@yashk2000 Review

Copy link
Member

@iamareebjamal iamareebjamal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use camel case in view IDs

@codedsun
Copy link
Contributor Author

@iamareebjamal Okay, will update!

@codedsun
Copy link
Contributor Author

@iamareebjamal @yashk2000 Please get this done!

@codedsun
Copy link
Contributor Author

codedsun commented Oct 1, 2019

@iamareebjamal Please get this merged!

@codedsun
Copy link
Contributor Author

codedsun commented Oct 1, 2019

@iamareebjamal @yashk2000 Please merge

@iamareebjamal iamareebjamal merged commit da60ebd into fossasia:development Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor About us Activity layout and activity code

3 participants