mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-11 18:36:02 +00:00
Add list support back for users that don't like the grid
This commit is contained in:
7
app/src/main/res/drawable/list_view_unselected.xml
Normal file
7
app/src/main/res/drawable/list_view_unselected.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
|
||||
<stroke android:width="1dip" android:color="#ffffff"/>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user