Created
January 20, 2019 09:58
-
-
Save IhwanID/54eb727ea7a9e0c99e5d0d121af4ae15 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
| <?xml version="1.0" encoding="utf-8"?> | |
| <layout xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:tools="http://schemas.android.com/tools"> | |
| <data> | |
| <variable | |
| name="main" | |
| type="id.ihwan.aac.viewmodel.MainViewModel"/> | |
| </data> | |
| <LinearLayout | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| tools:context=".view.MainActivity"> | |
| <androidx.recyclerview.widget.RecyclerView | |
| android:id="@+id/mainRecyclerView" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content"> | |
| </androidx.recyclerview.widget.RecyclerView> | |
| </LinearLayout> | |
| </layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment