diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-08 11:56:10 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-08 11:56:10 +0300 |
| commit | 4d6867e6909a3c4f07ca99d960b3c37564d31325 (patch) | |
| tree | dcc7fd57b6bf6edf3e94caca52acbf94e48b107b /org.fox.ttrss | |
| parent | 27517c964d8f5f318e5d4d3cd5905c9d404c9185 (diff) | |
adjust overflow margin a bit
Diffstat (limited to 'org.fox.ttrss')
| -rw-r--r-- | org.fox.ttrss/src/main/res/layout/activity_gallery.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_gallery.xml b/org.fox.ttrss/src/main/res/layout/activity_gallery.xml index 876315dd..ab383876 100644 --- a/org.fox.ttrss/src/main/res/layout/activity_gallery.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_gallery.xml @@ -19,6 +19,7 @@ android:layout_weight="0" app:icon="?ic_dots_vertical" android:layout_alignParentRight="true" + android:layout_marginTop="16dp" app:iconTint="?colorTertiary" /> <ProgressBar |