Add a rounded background to thumbnail in compact layout. Fix subreddits and users not clickable in sidebar.

This commit is contained in:
Alex Ning
2020-06-14 15:19:56 +08:00
parent 8ed7f54d46
commit 4d753fc562
4 changed files with 370 additions and 355 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="8dp"/>
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape>