diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3bbc6671ebe..c83002a1ef2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2656,5 +2656,22 @@ + + + + + + + + + + + + + diff --git a/res/drawable/ic_airplane.xml b/res/drawable/ic_airplane.xml new file mode 100644 index 00000000000..b3e0ba0b5e8 --- /dev/null +++ b/res/drawable/ic_airplane.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_expand_less.xml b/res/drawable/ic_expand_less.xml index 3a00faff28b..7ccc0809172 100644 --- a/res/drawable/ic_expand_less.xml +++ b/res/drawable/ic_expand_less.xml @@ -19,10 +19,11 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24" - android:viewportHeight="24"> + android:viewportHeight="24" + android:tint="?android:attr/colorControlNormal"> diff --git a/res/drawable/ic_expand_more.xml b/res/drawable/ic_expand_more.xml index 64d22421fa4..609cf363a1a 100644 --- a/res/drawable/ic_expand_more.xml +++ b/res/drawable/ic_expand_more.xml @@ -19,10 +19,11 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24" - android:viewportHeight="24"> + android:viewportHeight="24" + android:tint="?android:attr/colorControlNormal"> diff --git a/res/drawable/ic_hotspot.xml b/res/drawable/ic_hotspot.xml new file mode 100644 index 00000000000..d8528ddc4db --- /dev/null +++ b/res/drawable/ic_hotspot.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + diff --git a/res/layout/condition_card.xml b/res/layout/condition_card.xml new file mode 100644 index 00000000000..482d5b62532 --- /dev/null +++ b/res/layout/condition_card.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + +