Updated on 2026-08-14
This commit is contained in:
commit
71b9684efc
8 changed files with 122 additions and 70 deletions
|
|
@ -4,10 +4,18 @@
|
|||
<path android:fillColor="#F8F9F9" android:pathData="M0,0h360v720h-360z"/>
|
||||
<path android:fillAlpha="0.2" android:pathData="M0,0h360v720h-360z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient android:endX="179.591" android:endY="82.4634"
|
||||
android:startX="180" android:startY="0" android:type="linear">
|
||||
<item android:color="#FF090E13" android:offset="0"/>
|
||||
<item android:color="#00000000" android:offset="1"/>
|
||||
<gradient
|
||||
android:endX="179.591"
|
||||
android:endY="120.4634"
|
||||
android:startX="180"
|
||||
android:startY="0"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FF090E13"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#00000000"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<androidx.compose.ui.platform.ComposeView
|
||||
android:id="@+id/cv_stories"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
@ -5,10 +5,6 @@
|
|||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorSecondary">@color/colorSecondary</item>
|
||||
<item name="android:textColor">@color/darkGray6</item>
|
||||
<item name="android:windowTranslucentStatus">true</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||
<item name="android:windowActionBarOverlay">true</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="actionMenuTextColor">@color/menu_accent_color</item>
|
||||
|
||||
<item name="materialCardViewStyle">@style/Widget.AppTheme.CardView</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue