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:
parent
53e9e7c163
commit
dcafc88e3d
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue