show scrolling list of movies

This commit is contained in:
Owen LeJeune
2022-02-10 00:01:03 -05:00
parent b5db7422d0
commit 05afce953e
16 changed files with 297 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="5dp" />
<solid android:color="@android:color/darker_gray" />
</shape>