diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-09 09:45:35 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-09 09:45:35 +0300 |
| commit | 08d6827c651607d6ba8696ff5fbdd7c8cb445a96 (patch) | |
| tree | c0b40f2a900c5a83d218131826248f5298d9349b /org.fox.ttrss/src/main/res | |
| parent | 6fbb10aeddda42ad1737ad9c773de6f9764656a8 (diff) | |
drop some pointless hardcoded backgrounds
Diffstat (limited to 'org.fox.ttrss/src/main/res')
5 files changed, 0 insertions, 5 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_logcat.xml b/org.fox.ttrss/src/main/res/layout/activity_logcat.xml index f6cccd22..f13a17b3 100755 --- a/org.fox.ttrss/src/main/res/layout/activity_logcat.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_logcat.xml @@ -1,5 +1,4 @@ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:background="?android:colorBackground" android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent" > diff --git a/org.fox.ttrss/src/main/res/layout/activity_login.xml b/org.fox.ttrss/src/main/res/layout/activity_login.xml index 8f6cf4ed..829e0897 100755 --- a/org.fox.ttrss/src/main/res/layout/activity_login.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_login.xml @@ -1,5 +1,4 @@ <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:background="?android:colorBackground" android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent" > diff --git a/org.fox.ttrss/src/main/res/layout/activity_preferences.xml b/org.fox.ttrss/src/main/res/layout/activity_preferences.xml index 369fbeb8..6032b951 100755 --- a/org.fox.ttrss/src/main/res/layout/activity_preferences.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_preferences.xml @@ -7,7 +7,6 @@ <FrameLayout android:id="@+id/preferences_container" - android:background="?android:colorBackground" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentLeft="true" diff --git a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml index 22bed766..2783a1e4 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/headlines_fragment" - android:background="?android:colorBackground" android:layout_width="fill_parent" android:layout_height="fill_parent"> diff --git a/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml b/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml index 25ffbb3d..4ce8c1dd 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/headlines_fragment" - android:background="?android:colorBackground" android:layout_width="fill_parent" android:layout_height="fill_parent"> |