..
This commit is contained in:
@@ -8,61 +8,77 @@
|
||||
name="rss"
|
||||
type="bums.lunatic.launcher.model.RssData" />
|
||||
</data>
|
||||
<FrameLayout
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:background="#000"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
tools:ignore="UselessParent">
|
||||
<LinearLayout
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:divider="@color/white"
|
||||
android:showDividers="middle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:id="@+id/title"
|
||||
android:singleLine="false"
|
||||
android:lines="0"
|
||||
android:background="#000"
|
||||
android:textSize="@dimen/_20sp"
|
||||
android:textColor="@color/white"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="150dp"/>
|
||||
android:layout_height="wrap_content"/>
|
||||
<ImageView
|
||||
android:alpha="0.05"
|
||||
android:id="@+id/cover"
|
||||
app:layout_constraintTop_toBottomOf="@id/title"
|
||||
android:alpha="0.6"
|
||||
android:adjustViewBounds="true"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:scaleType="fitCenter"
|
||||
android:id="@+id/cover"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
<TextView
|
||||
app:layout_constraintTop_toBottomOf="@id/cover"
|
||||
android:id="@+id/desc"
|
||||
android:singleLine="false"
|
||||
android:lines="0"
|
||||
android:background="#000"
|
||||
android:textSize="@dimen/_20sp"
|
||||
android:textColor="@color/white"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="150dp"/>
|
||||
android:layout_height="wrap_content"/>
|
||||
<ImageView
|
||||
app:layout_constraintTop_toBottomOf="@id/desc"
|
||||
android:id="@+id/screen"
|
||||
android:alpha="0.05"
|
||||
android:alpha="0.6"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
<TextView
|
||||
app:layout_constraintTop_toBottomOf="@id/screen"
|
||||
android:id="@+id/link"
|
||||
android:singleLine="false"
|
||||
android:lines="0"
|
||||
android:background="#000"
|
||||
android:textSize="@dimen/_20sp"
|
||||
android:textColor="@color/white"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="150dp"/>
|
||||
</LinearLayout>
|
||||
android:layout_height="wrap_content"/>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</ScrollView>
|
||||
</FrameLayout>
|
||||
<ImageButton
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:tint="@color/white"
|
||||
android:background="@null"
|
||||
android:id="@+id/close"
|
||||
android:foregroundTint="@color/white"
|
||||
android:src="@drawable/close_vector"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</layout>
|
||||
Reference in New Issue
Block a user