Loading res/color/item_root_secondary_text.xml 0 → 100644 +22 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2014 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_focused="true" android:state_activated="true" android:alpha="0.8" android:color="@color/root_activated_color" /> <item android:state_focused="false" android:state_activated="true" android:alpha="0.8" android:color="@color/root_activated_color" /> <item android:state_enabled="false" android:alpha="0.5" android:color="@color/root_details_color" /> <item android:color="@color/root_details_color" /> </selector> res/drawable/bottom_bar_positive_button_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,5 +18,5 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <corners android:radius="2dp" /> <solid android:color="@color/primary" /> <solid android:color="@color/color_default_foreground" /> </shape> No newline at end of file res/drawable/empty.xml +6 −6 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ Copyright (C) 2018 The Android Open Source Project android:viewportHeight="210"> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M115,109.44H95c-1.1,0-2-0.9-2-2s0.9-2,2-2h20c1.1,0,2,0.9,2,2S116.1,109.44,115,109.44z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M62.67,85.14l3-0.11L62.67,85.14c-0.04-0.74-0.06-1.48-0.06-2.22c0-0.69,0.02-1.37,0.05-2.05l5.99,0.29 c-0.03,0.58-0.04,1.17-0.04,1.76c0,0.64,0.02,1.28,0.05,1.92l-2.99,0.2L62.67,85.14z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M147.35,84.94l-5.99-0.28c0.03-0.56,0.04-1.12,0.04-1.69c0-0.64-0.02-1.28-0.05-1.92l-0.01-0.13l5.99-0.3 l0,0.08c0.04,0.77,0.06,1.52,0.06,2.26C147.39,83.64,147.38,84.29,147.35,84.94z" /> <path android:fillColor="#EA4335" Loading @@ -35,16 +35,16 @@ Copyright (C) 2018 The Android Open Source Project android:fillColor="#EA4335" android:pathData="M137.35,66.27c-0.56-1.09-1.19-2.17-1.87-3.21l5.02-3.28c0.79,1.21,1.52,2.46,2.18,3.74L137.35,66.27z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M85.15,52.44l-3.28-5.03c1.2-0.79,2.46-1.52,3.74-2.18l2.75,5.33C87.26,51.14,86.18,51.77,85.15,52.44z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M124.69,52.34c-1.04-0.67-2.12-1.29-3.22-1.85l2.72-5.35c1.28,0.65,2.54,1.38,3.75,2.15L124.69,52.34z" /> <path android:fillColor="#EA4335" android:pathData="M103.12,46.61l-0.4-5.99l0.08,0c1.45-0.07,2.85-0.08,4.25-0.01l-0.28,5.99 C105.56,46.54,104.34,46.54,103.12,46.61z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M154,95.44v70H56v-70H154 M154,91.44H56c-2.21,0-4,1.79-4,4v70c0,2.21,1.79,4,4,4h98c2.21,0,4-1.79,4-4 v-70C158,93.24,156.21,91.44,154,91.44L154,91.44z" /> <path android:pathData="M 0 0 H 210 V 210 H 0 V 0 Z" /> Loading res/drawable/ic_action_clear.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ Copyright (C) 2017 The Android Open Source Project android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF737373" android:fillColor="@color/accent" android:pathData="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/> </vector> No newline at end of file res/drawable/ic_action_open.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ Copyright (C) 201 The Android Open Source Project android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF737373" android:fillColor="@color/accent" android:pathData="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/> </vector> No newline at end of file Loading
res/color/item_root_secondary_text.xml 0 → 100644 +22 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2014 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_focused="true" android:state_activated="true" android:alpha="0.8" android:color="@color/root_activated_color" /> <item android:state_focused="false" android:state_activated="true" android:alpha="0.8" android:color="@color/root_activated_color" /> <item android:state_enabled="false" android:alpha="0.5" android:color="@color/root_details_color" /> <item android:color="@color/root_details_color" /> </selector>
res/drawable/bottom_bar_positive_button_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,5 +18,5 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <corners android:radius="2dp" /> <solid android:color="@color/primary" /> <solid android:color="@color/color_default_foreground" /> </shape> No newline at end of file
res/drawable/empty.xml +6 −6 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ Copyright (C) 2018 The Android Open Source Project android:viewportHeight="210"> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M115,109.44H95c-1.1,0-2-0.9-2-2s0.9-2,2-2h20c1.1,0,2,0.9,2,2S116.1,109.44,115,109.44z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M62.67,85.14l3-0.11L62.67,85.14c-0.04-0.74-0.06-1.48-0.06-2.22c0-0.69,0.02-1.37,0.05-2.05l5.99,0.29 c-0.03,0.58-0.04,1.17-0.04,1.76c0,0.64,0.02,1.28,0.05,1.92l-2.99,0.2L62.67,85.14z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M147.35,84.94l-5.99-0.28c0.03-0.56,0.04-1.12,0.04-1.69c0-0.64-0.02-1.28-0.05-1.92l-0.01-0.13l5.99-0.3 l0,0.08c0.04,0.77,0.06,1.52,0.06,2.26C147.39,83.64,147.38,84.29,147.35,84.94z" /> <path android:fillColor="#EA4335" Loading @@ -35,16 +35,16 @@ Copyright (C) 2018 The Android Open Source Project android:fillColor="#EA4335" android:pathData="M137.35,66.27c-0.56-1.09-1.19-2.17-1.87-3.21l5.02-3.28c0.79,1.21,1.52,2.46,2.18,3.74L137.35,66.27z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M85.15,52.44l-3.28-5.03c1.2-0.79,2.46-1.52,3.74-2.18l2.75,5.33C87.26,51.14,86.18,51.77,85.15,52.44z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M124.69,52.34c-1.04-0.67-2.12-1.29-3.22-1.85l2.72-5.35c1.28,0.65,2.54,1.38,3.75,2.15L124.69,52.34z" /> <path android:fillColor="#EA4335" android:pathData="M103.12,46.61l-0.4-5.99l0.08,0c1.45-0.07,2.85-0.08,4.25-0.01l-0.28,5.99 C105.56,46.54,104.34,46.54,103.12,46.61z" /> <path android:fillColor="#DADCE0" android:fillColor="@color/color_default_gray1" android:pathData="M154,95.44v70H56v-70H154 M154,91.44H56c-2.21,0-4,1.79-4,4v70c0,2.21,1.79,4,4,4h98c2.21,0,4-1.79,4-4 v-70C158,93.24,156.21,91.44,154,91.44L154,91.44z" /> <path android:pathData="M 0 0 H 210 V 210 H 0 V 0 Z" /> Loading
res/drawable/ic_action_clear.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ Copyright (C) 2017 The Android Open Source Project android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF737373" android:fillColor="@color/accent" android:pathData="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/> </vector> No newline at end of file
res/drawable/ic_action_open.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ Copyright (C) 201 The Android Open Source Project android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF737373" android:fillColor="@color/accent" android:pathData="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/> </vector> No newline at end of file