1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-02-04 12:47:37 +01:00

fix thread view background on tablets (#4790)

So it matches the rest of the app

Before / after


<img
src="https://github.com/user-attachments/assets/63b8a663-8b03-4e5f-850a-a9d1a4229f99"
width="280"/> <img
src="https://github.com/user-attachments/assets/86d70e1e-7f73-4274-8b09-6b90a9598a7a"
width="280"/>
This commit is contained in:
Konrad Pozniak 2024-12-06 11:18:00 +01:00 committed by GitHub
parent 53e9e7c163
commit dcafc88e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?attr/windowBackgroundColor">
<com.keylesspalace.tusky.view.TuskySwipeRefreshLayout
android:id="@+id/swipeRefreshLayout"