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:
5
app/src/main/res/drawable/settings_app_info_divider.xml
Normal file
5
app/src/main/res/drawable/settings_app_info_divider.xml
Normal 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>
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user