- Implements Material You theming for:
- The facebook app itself
- The app icon
- The settings page
- The "No internet" screen
- Fixes AMOLED Black
- Makes the splash screen and the "No internet" screen AMOLED Black
- Changes some minor things for aesthetics purposes
If enabled, the app:
- Uses Material You colors instead of Facebook's blues
- Makes Facebook AMOLED Black
- Blocks sponsored ads
- Hides distractions like:
- Suggested posts
- Reels
- Stories
- Groups
- People you may know
- Keeps the navigation bar at the top
- Downloads media or copies it to the clipboard
- And more!
- Clone the repository
- In Android Studio:
- File > New > Project from Version Control
- Paste
https://github.com/eepiemi/Materialbook.gitand clone.
- Or via terminal:
git clone https://github.com/eepiemi/Materialbook.git cd Materialbook - In Android Studio:
- Open in Android Studio. (only if cloned via terminal)
- Select Open an Existing Project and choose the cloned folder.
- Sync the project to download dependencies.
- Run the app in a device or emulator.
