mirror of
https://github.com/owenlejeune/TVTime.git
synced 2026-02-14 01:07:19 -05:00
show scrolling list of movies
This commit is contained in:
6
app/src/main/res/drawable/placeholder.xml
Normal file
6
app/src/main/res/drawable/placeholder.xml
Normal 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>
|
||||
Reference in New Issue
Block a user