storage: Add missing newlines at the end of the files

This commit is contained in:
Michael Bestas 2023-03-08 21:52:31 +02:00 committed by Chirayu Desai
parent cd9ff5e6c6
commit 366ea62895
4 changed files with 4 additions and 4 deletions

View file

@ -4,4 +4,4 @@
android:id="@+id/container" android:id="@+id/container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".MainActivity" /> tools:context=".MainActivity" />

View file

@ -26,4 +26,4 @@
android:contentDescription="Add" android:contentDescription="Add"
android:src="@drawable/ic_add" /> android:src="@drawable/ic_add" />
</androidx.coordinatorlayout.widget.CoordinatorLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout>

View file

@ -14,4 +14,4 @@
<!-- Customize your theme here. --> <!-- Customize your theme here. -->
<item name="colorAccent">@color/matrix</item> <item name="colorAccent">@color/matrix</item>
</style> </style>
</resources> </resources>

View file

@ -8,4 +8,4 @@
<color name="black">#151515</color> <color name="black">#151515</color>
<color name="white">#FAFAFA</color> <color name="white">#FAFAFA</color>
<color name="matrix">#689F38</color> <color name="matrix">#689F38</color>
</resources> </resources>