Skip to content

Commit

Permalink
feat(design): add list on layout
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Hernandez <rhernandez@teclib.com>
  • Loading branch information
rafaelje authored and ajsb85 committed Mar 26, 2018
1 parent 70a1bea commit 6b06d36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

<ListView
android:id="@+id/lst"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>

</RelativeLayout>

0 comments on commit 6b06d36

Please sign in to comment.