mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-05-12 11:51:34 +02:00
7bb472d212
- Reordered Settings Page. - Added "Click to Unblur" for posts. - Added Persistent Notification - Improved Grayscale Scheduling. and more.
13 lines
438 B
XML
13 lines
438 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Modify this file to customize your launch splash screen -->
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="?android:colorBackground" />
|
|
|
|
<!-- You can insert your own image assets here -->
|
|
<!-- <item>
|
|
<bitmap
|
|
android:gravity="center"
|
|
android:src="@mipmap/launch_image" />
|
|
</item> -->
|
|
</layer-list>
|