Three tabbed view and splash screen

This commit is contained in:
MasoodMo
2022-01-25 23:17:35 +05:30
parent 35a0bb65ff
commit b729c1bfa7
44 changed files with 1207 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Settings">
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text=" SETTINGS" />
</FrameLayout>