Started on new main activity that will be based on fragments so user can select what information to display rather than having everything on one complicated screen.
This commit is contained in:
14
app/src/main/res/layout/fragment_osdalg.xml
Normal file
14
app/src/main/res/layout/fragment_osdalg.xml
Normal 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=".FragmentSdDataViewer">
|
||||
|
||||
<!-- TODO: Update blank fragment layout -->
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:text="Fragment_OsdAlg" />
|
||||
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user