* add dummy popup menu * add pager to home fragment * reduce pager sensitivity * remove timelines from discover fragment * add fabs to timelines * change info banner color * add back toolbar functionality * update icons on navigate * handle back press * add lists and hashtags * use tabs * improve timeline title * tweak switcher behavior * fix show new posts button appearance * hide show new posts button on reload * tweak show new posts animations * work around crash theme switch * enable disabling federated timeline
10 lines
333 B
XML
10 lines
333 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="@color/highlight_over_dark">
|
|
<item>
|
|
<shape>
|
|
<solid android:color="?colorPrimary800"/>
|
|
<corners android:radius="16sp"/>
|
|
<padding android:left="16sp" android:right="16sp"/>
|
|
</shape>
|
|
</item>
|
|
</ripple> |