diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-01-28 01:49:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 01:49:37 +0530 |
commit | f295e97de6a9b7005e3fd6425296a5cd9d37af6b (patch) | |
tree | ee8dae97a03bf07f0890869429376df1adba8669 /app/src/main/res/values-w820dp | |
parent | ab5aebeda3388ec776c34130cf9039ae4f623562 (diff) |
Allow creating folders (#623)
* Introduce EmitExpandableTransformationBehaviour
* Implement expand transition
* More folder work
* Add icons and tweak layout clipping
Rishi again with the icon rescue
* Theming rework
* Dont set tag
* Update list and commit after creating folder
* Fix theme issues
* Add dialog title
* Fix hint text color
* Remove commit method
* Cleanup
* Update CHANGELOG
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
Diffstat (limited to 'app/src/main/res/values-w820dp')
-rw-r--r-- | app/src/main/res/values-w820dp/dimens.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/res/values-w820dp/dimens.xml b/app/src/main/res/values-w820dp/dimens.xml deleted file mode 100644 index 63fc8164..00000000 --- a/app/src/main/res/values-w820dp/dimens.xml +++ /dev/null @@ -1,6 +0,0 @@ -<resources> - <!-- Example customization of dimensions originally defined in res/values/dimens.xml - (such as screen margins) for screens with more than 820dp of available width. This - would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). --> - <dimen name="activity_horizontal_margin">64dp</dimen> -</resources> |