From 552cb2ec5f77fdea24a48229688cd7f3a4f34299 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 21 Oct 2018 22:38:41 +0200 Subject: [PATCH] removing a redundant style definition --- app/build.gradle | 2 +- app/src/main/res/layout/bottom_actions.xml | 24 +++++++++---------- .../layout/bottom_actions_aspect_ratio.xml | 8 +++---- .../bottom_editor_crop_rotate_actions.xml | 10 ++++---- .../layout/bottom_editor_primary_actions.xml | 4 ++-- .../layout/bottom_set_wallpaper_actions.xml | 4 ++-- .../res/layout/bottom_video_time_holder.xml | 4 ++-- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a60229b8b..3cc62e0bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.1.12' + implementation 'com.simplemobiletools:commons:5.1.14' implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' implementation 'androidx.multidex:multidex:2.0.0' implementation 'it.sephiroth.android.exif:library:1.0.1' diff --git a/app/src/main/res/layout/bottom_actions.xml b/app/src/main/res/layout/bottom_actions.xml index 090a30d78..2cb308bbc 100644 --- a/app/src/main/res/layout/bottom_actions.xml +++ b/app/src/main/res/layout/bottom_actions.xml @@ -11,9 +11,9 @@