1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 07:20:00 +03:00

snap next steps egress review

This commit is contained in:
Anton Afanasyeu
2026-05-21 19:06:10 +02:00
parent 2e04711c8f
commit 26fbbe5252
10 changed files with 586 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/settings_app_info_divider" />
</shape>

View File

@@ -285,6 +285,13 @@
</LinearLayout>
</ScrollView>
<View
android:layout_width="match_parent"
android:layout_height="2dp"
android:layout_marginStart="12dp"
android:layout_marginEnd="12dp"
android:background="@drawable/settings_app_info_divider" />
<include
layout="@layout/include_app_info_section"
android:layout_width="match_parent"

View File

@@ -5,4 +5,5 @@
<color name="settings_header_gradient_end">#FF000000</color>
<color name="settings_header_text">#FFFFFFFF</color>
<color name="settings_header_shadow">#99000000</color>
<color name="settings_app_info_divider">#66FFFFFF</color>
</resources>

View File

@@ -11,4 +11,5 @@
<color name="inverted_primary">#FF212121</color>
<color name="settings_spinner_text_shadow">#AA000000</color>
<color name="settings_spinner_selected_underline">#FFFFFFFF</color>
<color name="settings_app_info_divider">#66000000</color>
</resources>