Created
February 23, 2021 17:12
-
-
Save CodingWithTashi/366196ac1fb265106973f484bae872bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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=".TestFragment"> | |
<!-- TODO: Update blank fragment layout --> | |
<TextView | |
android:id="@+id/textData" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:text="@string/hello_blank_fragment" /> | |
</FrameLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment