Skip to content

Commit

Permalink
updated recyclerView to GridLayout with header and interactive item list
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Lava committed Dec 24, 2021
1 parent a506a66 commit 23f6c47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/main/res/layout/header.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textAlignment="center"
android:layout_gravity="center_horizontal"
android:fontFamily="@font/roboto"
android:textColor="@color/colorPrimaryDark"
android:text="@string/header_text"
android:padding="8dp" />

0 comments on commit 23f6c47

Please sign in to comment.