Skip to content

Commit b606d09

Browse files
committed
Code refactored.
1 parent a237477 commit b606d09

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/src/main/java/com/owncloud/android/utils/DisplayUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,4 +1013,5 @@ public static boolean isTablet() {
10131013
public static boolean isLandscapeOrientation() {
10141014
return MainApp.getAppContext().getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE;
10151015
}
1016+
10161017
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<bool name="isTablet">true</bool>
4-
</resources>
4+
</resources>

app/src/main/res/values/bool.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<bool name="isTablet">false</bool>
4-
</resources>
4+
</resources>

app/src/main/res/values/dimens.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
<dimen name="notification_row_item_height">145dp</dimen>
3232
<dimen name="button_stroke_width">1dp</dimen>
3333
<dimen name="txt_size_13sp">13sp</dimen>
34-
</resources>
34+
</resources>

0 commit comments

Comments
 (0)