Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-03-10 20:07:33 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:39 +0300
commita87df99dcb7127d17e992a891ce71f944d3aca90 (patch)
treebf1797c049e8621b08474ba21137b0fb7319c630 /android/res/values
parent28ac217a9810ebe8b18f51889a69b3935547714d (diff)
Flags for tablets.
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/attrs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/res/values/attrs.xml b/android/res/values/attrs.xml
index 91a470cc20..2133f3524c 100644
--- a/android/res/values/attrs.xml
+++ b/android/res/values/attrs.xml
@@ -16,6 +16,9 @@
</attr>
</declare-styleable>
+ <!-- 7 inch tablet -->
<bool name="isTablet">false</bool>
+ <!-- 10 inch tablet -->
+ <bool name="isBigTablet">false</bool>
</resources> \ No newline at end of file