Content warnings now show/hide on all timelines.
This commit is contained in:
parent
1429dfc7b5
commit
2b6bc8a5c7
5 changed files with 88 additions and 14 deletions
6
app/src/main/res/drawable/toggle_small.xml
Normal file
6
app/src/main/res/drawable/toggle_small.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">
|
||||
<solid android:color="#ffafafaf" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue