aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-11-06 19:42:39 +0530
committerHarsh Shandilya <msfjarvis@gmail.com>2019-11-06 19:42:39 +0530
commitbe0d89958ad0ee18d3bba79db8d21666148d52ce (patch)
treef53e0181ec6ee8eb91994cd01623aec2464afd79 /app/src/main/res/drawable
parentb2d352e3ea671e84cc4f356a49786d1d3b2eaef6 (diff)
treewide: Reformat with latest ktlint
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/divider.xml2
-rw-r--r--app/src/main/res/drawable/password_row_background.xml2
-rw-r--r--app/src/main/res/drawable/red_rectangle.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/drawable/divider.xml b/app/src/main/res/drawable/divider.xml
index 23a88317..463d1746 100644
--- a/app/src/main/res/drawable/divider.xml
+++ b/app/src/main/res/drawable/divider.xml
@@ -3,4 +3,4 @@
android:shape="rectangle">
<size android:height="1dp" />
<solid android:color="?attr/colorPrimaryDark" />
-</shape> \ No newline at end of file
+</shape>
diff --git a/app/src/main/res/drawable/password_row_background.xml b/app/src/main/res/drawable/password_row_background.xml
index 6806b12f..20b8540f 100644
--- a/app/src/main/res/drawable/password_row_background.xml
+++ b/app/src/main/res/drawable/password_row_background.xml
@@ -9,4 +9,4 @@
</selector>
</item>
<item android:drawable="?attr/selectableItemBackground" />
-</layer-list> \ No newline at end of file
+</layer-list>
diff --git a/app/src/main/res/drawable/red_rectangle.xml b/app/src/main/res/drawable/red_rectangle.xml
index 8213a7e3..bec893f2 100644
--- a/app/src/main/res/drawable/red_rectangle.xml
+++ b/app/src/main/res/drawable/red_rectangle.xml
@@ -21,4 +21,4 @@
android:top="8dp" />
</shape>
</item>
-</layer-list> \ No newline at end of file
+</layer-list>