diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-09 09:38:32 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-09 09:38:32 +0300 |
| commit | d24a0ad25a0c5dd7d3c9e5e4cb5ea0f8d5144977 (patch) | |
| tree | fae997a12cf98e961c391cc8f4090e995b899b23 /org.fox.ttrss/src/main/res | |
| parent | b8d52ed6cf0a1cdf3a670811534d4689380cc622 (diff) | |
drop host from article header because of opaque rules for its appearance
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_article.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_article.xml b/org.fox.ttrss/src/main/res/layout/fragment_article.xml index a4fbc70c..52d348bc 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -68,21 +68,6 @@ android:textColor="?colorPrimary" android:textSize="12sp" /> - <TextView - android:id="@+id/host" - tools:text="host" - android:layout_marginStart="16dp" - android:layout_marginEnd="16dp" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:textAlignment="viewStart" - android:layout_weight="1" - android:fontFamily="sans-serif-light" - android:layout_marginTop="8dp" - android:textColor="?colorSecondary" - android:textSize="12sp" /> - - <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" |