summaryrefslogtreecommitdiffstats
path: root/customizations/NavigationBarNoHint/res/values/dimens.xml
diff options
context:
space:
mode:
Diffstat (limited to 'customizations/NavigationBarNoHint/res/values/dimens.xml')
-rw-r--r--customizations/NavigationBarNoHint/res/values/dimens.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/customizations/NavigationBarNoHint/res/values/dimens.xml b/customizations/NavigationBarNoHint/res/values/dimens.xml
new file mode 100644
index 0000000..f389f83
--- /dev/null
+++ b/customizations/NavigationBarNoHint/res/values/dimens.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ * SPDX-License-Identifier: Apache-2.0
+ * Copyright (C) 2020 The LineageOS Project
+-->
+<resources>
+ <!-- Height of the bottom navigation / system bar. -->
+ <dimen name="navigation_bar_height">0dp</dimen>
+ <!-- Height of the bottom navigation bar in portrait; often the same as @dimen/navigation_bar_height -->
+ <dimen name="navigation_bar_height_landscape">0dp</dimen>
+ <!-- Width of the navigation bar when it is placed vertically on the screen -->
+ <dimen name="navigation_bar_width">0dp</dimen>
+</resources>