Advertisement
Neyasbit

activity_start

Mar 26th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    android:orientation="vertical"
  8.    android:background="@drawable/gradient_background"
  9.    tools:context=".StartActivity">
  10.  
  11.     <androidx.recyclerview.widget.RecyclerView
  12.        android:id="@+id/recycler"
  13.        android:layout_width="match_parent"
  14.        android:layout_height="match_parent"
  15.        tools:listitem ="@layout/item_card">
  16.     </androidx.recyclerview.widget.RecyclerView>
  17.  
  18. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement