- 
                Notifications
    
You must be signed in to change notification settings  - Fork 914
 
refactor about activity code and layout with camelcase convention #2876
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
Conversation
| 
           @yashk2000 please review  | 
    
| 
           @iamareebjamal Please check  | 
    
| 
               | 
          ||
| /** Created by Jibo on 02/03/2016. */ | ||
| public class AboutActivity extends ThemedActivity { | ||
| /** Created by codedsun on 26/9/2019. */ | 
There was a problem hiding this comment.
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> | 
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
| 
           Please provide screenshots of the change if any.  | 
    
| 
          
 @yashk2000 Review  | 
    
There was a problem hiding this 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
| 
           @iamareebjamal Okay, will update!  | 
    
| 
           @iamareebjamal @yashk2000 Please get this done!  | 
    
| 
           @iamareebjamal Please get this merged!  | 
    
| 
           @iamareebjamal @yashk2000 Please merge  | 
    

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: