Content warnings now show/hide on all timelines.

This commit is contained in:
Vavassor 2017-01-31 18:42:05 -05:00
commit 2b6bc8a5c7
5 changed files with 88 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">
<solid android:color="#ffafafaf" />
<corners android:radius="2dp" />
</shape>