diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-09 15:12:24 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-18 11:40:30 +0530 |
commit | 91fce4dce78da73fe551fa90bb4975a8c250e0f5 (patch) | |
tree | 7ddc69b1d1e0ca96f30a54049ab8b347f9f3025e /app/src/main/res/values-v27 | |
parent | 774fda83ac276a635e3402034b1eedbd10be916f (diff) |
all: format XML files to 2 space indent
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values-v27')
-rw-r--r-- | app/src/main/res/values-v27/colors.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values-v27/themes.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/values-v27/colors.xml b/app/src/main/res/values-v27/colors.xml index 7fd58ffd..61036921 100644 --- a/app/src/main/res/values-v27/colors.xml +++ b/app/src/main/res/values-v27/colors.xml @@ -4,5 +4,5 @@ --> <resources> - <color name="navigation_bar_color">@color/primary_color</color> + <color name="navigation_bar_color">@color/primary_color</color> </resources> diff --git a/app/src/main/res/values-v27/themes.xml b/app/src/main/res/values-v27/themes.xml index d07e0f48..367c59fe 100644 --- a/app/src/main/res/values-v27/themes.xml +++ b/app/src/main/res/values-v27/themes.xml @@ -5,7 +5,7 @@ <resources> - <style name="AppTheme" parent="APSTheme"> - <item name="android:windowLightNavigationBar">@bool/light_status_bar</item> - </style> + <style name="AppTheme" parent="APSTheme"> + <item name="android:windowLightNavigationBar">@bool/light_status_bar</item> + </style> </resources> |