Fix xml files naming convention

This commit is contained in:
agnostic-apollo
2021-03-24 05:28:38 +05:00
parent b856e16998
commit 4eced52c5f
13 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/settings"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>