That fuck shit the fascists are using
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 32 lines 1.1 kB view raw
1<?xml version="1.0" encoding="utf-8"?> 2<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.android.com/apk/res-auto" 4 android:layout_width="match_parent" 5 android:layout_height="match_parent"> 6 7 <ImageView 8 android:id="@+id/blur" 9 android:layout_width="match_parent" 10 android:layout_height="match_parent" 11 android:importantForAccessibility="no" 12 android:scaleType="centerCrop" /> 13 14 <ImageView 15 android:id="@+id/image" 16 android:layout_width="match_parent" 17 android:layout_height="match_parent" 18 android:importantForAccessibility="no" 19 android:scaleType="fitCenter" /> 20 21 <org.tm.archive.stories.StoryTextPostView 22 android:id="@+id/text" 23 android:layout_width="match_parent" 24 android:layout_height="match_parent" /> 25 26 <org.tm.archive.video.VideoPlayer 27 android:id="@+id/video" 28 android:layout_width="match_parent" 29 android:layout_height="match_parent" 30 app:playerLayoutId="@layout/story_video_player" /> 31 32</FrameLayout>