diff --git a/res/color/bottom_nav_color.xml b/res/color/bottom_nav_color.xml new file mode 100644 index 0000000000000000000000000000000000000000..f6aec0b9a1d4d3a0292967e941bde2cb62df2313 --- /dev/null +++ b/res/color/bottom_nav_color.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/bg_gallery_image.xml b/res/drawable/bg_gallery_image.xml new file mode 100644 index 0000000000000000000000000000000000000000..5ffa21624b75124c2a9c9dd0fb206a1f1af99b83 --- /dev/null +++ b/res/drawable/bg_gallery_image.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable/squared_tick.xml b/res/drawable/squared_tick.xml new file mode 100644 index 0000000000000000000000000000000000000000..f89d7d0ea0485ec06f9cdbd29bf6f7af1db6df75 --- /dev/null +++ b/res/drawable/squared_tick.xml @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/video_play.xml b/res/drawable/video_play.xml new file mode 100644 index 0000000000000000000000000000000000000000..a058b6004d43ef8cb0ca699e7dab97b5661522cd --- /dev/null +++ b/res/drawable/video_play.xml @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/res/layout/gallery_main.xml b/res/layout/gallery_main.xml index 3a5e54447341faf7f9e61df30677c0fd85e84247..7411fe9ca9d78c688cfa3ee17e0d332834546c99 100755 --- a/res/layout/gallery_main.xml +++ b/res/layout/gallery_main.xml @@ -65,8 +65,8 @@ android:layout_alignParentBottom="true" app:menu="@menu/navigation_items" app:itemBackground="@color/primary" - app:itemIconTint="@drawable/item_bg" - app:itemTextColor="@drawable/item_bg" /> + app:itemIconTint="@color/bottom_nav_color" + app:itemTextColor="@color/bottom_nav_color" /> diff --git a/res/layout/photo_set_item.xml b/res/layout/photo_set_item.xml index 0f740fad95a71651b4091283cf1ecde8eee635b3..ccf781e577e2ad389a93f7563cc953ad1f2b0d6d 100644 --- a/res/layout/photo_set_item.xml +++ b/res/layout/photo_set_item.xml @@ -9,6 +9,7 @@ \ No newline at end of file diff --git a/res/menu/album.xml b/res/menu/album.xml index 4b76b6981aa3ef4e76b41ddde381b23e09687a63..10ae9085eb4ef45c53718e7404c385a1ea736cf2 100644 --- a/res/menu/album.xml +++ b/res/menu/album.xml @@ -13,19 +13,23 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + android:showAsAction="ifRoom" + app:iconTint="@color/color_default_primary"/> + android:showAsAction="ifRoom" + app:iconTint="@color/color_default_primary"/> + android:showAsAction="ifRoom" + app:iconTint="@color/color_default_primary"/> diff --git a/res/menu/albumset.xml b/res/menu/albumset.xml index b21bf3d3836c0a49069e0018cb0f6b87acab23f2..2db11eab5179a3a9def5f63f07b77ab997f390cb 100644 --- a/res/menu/albumset.xml +++ b/res/menu/albumset.xml @@ -16,15 +16,19 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + android:showAsAction="ifRoom" + app:iconTint="@color/color_default_primary"/> + android:showAsAction="ifRoom" + app:iconTint="@color/color_default_primary"/> + - - - + + + diff --git a/res/values/colors.xml b/res/values/colors.xml index b00001acec96e68133bca0730f6cc4ee5dd7af2c..d8572524fe302040c0ca31360a13ae17b86b7a99 100755 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -16,6 +16,8 @@ @lineageos.platform:color/color_default_primary_text + @lineageos.platform:color/color_default_blue1 + @lineageos.platform:color/color_default_primary @color/default_background @@ -89,6 +91,6 @@ @color/white @color/default_background - @lineageos.platform:color/color_default_gray2 - @lineageos.platform:color/color_default_primary + @lineageos.platform:color/color_default_primary + @lineageos.platform:color/color_default_blue1 diff --git a/res/values/styles.xml b/res/values/styles.xml index 673bdb9f781efa20c9d19e99a65d6b508a3cdb91..e846a7779941b727901b759154cfb106a9bcc447 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -343,12 +343,17 @@ @color/primaryDark + +