storage: Add missing newlines at the end of the files
This commit is contained in:
parent
cd9ff5e6c6
commit
366ea62895
4 changed files with 4 additions and 4 deletions
|
@ -4,4 +4,4 @@
|
|||
android:id="@+id/container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".MainActivity" />
|
||||
tools:context=".MainActivity" />
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
android:contentDescription="Add"
|
||||
android:src="@drawable/ic_add" />
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
<!-- Customize your theme here. -->
|
||||
<item name="colorAccent">@color/matrix</item>
|
||||
</style>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
<color name="black">#151515</color>
|
||||
<color name="white">#FAFAFA</color>
|
||||
<color name="matrix">#689F38</color>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue